public interface MarkerShape
| Modifier and Type | Method and Description | 
|---|---|
String | 
getShapeType()  | 
void | 
render(DrawContext dc,
      Marker marker,
      Vec4 point,
      double radius)  | 
void | 
render(DrawContext dc,
      Marker marker,
      Vec4 point,
      double radius,
      boolean isRelative)  | 
String getShapeType()
void render(DrawContext dc, Marker marker, Vec4 point, double radius)
void render(DrawContext dc, Marker marker, Vec4 point, double radius, boolean isRelative)