Interface MarkerShape
-
- All Known Implementing Classes:
BasicMarkerShape.CompoundShape,BasicMarkerShape.Cone,BasicMarkerShape.Cube,BasicMarkerShape.Cylinder,BasicMarkerShape.HeadingArrow,BasicMarkerShape.HeadingLine,BasicMarkerShape.Shape,BasicMarkerShape.Sphere
public interface MarkerShape
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetShapeType()voidrender(DrawContext dc, Marker marker, Vec4 point, double radius)voidrender(DrawContext dc, Marker marker, Vec4 point, double radius, boolean isRelative)
-
-
-
Method Detail
-
getShapeType
java.lang.String getShapeType()
-
render
void render(DrawContext dc, Marker marker, Vec4 point, double radius)
-
render
void render(DrawContext dc, Marker marker, Vec4 point, double radius, boolean isRelative)
-
-