public class BasicMarkerShape extends Object
| Modifier and Type | Class and Description | 
|---|---|
| protected static class  | BasicMarkerShape.CompoundShape | 
| protected static class  | BasicMarkerShape.ConeA cone marker shape. | 
| protected static class  | BasicMarkerShape.CubeCube marker shape. | 
| protected static class  | BasicMarkerShape.CylinderA cylinder marker shape. | 
| protected static class  | BasicMarkerShape.HeadingArrowAn arrow that indicates heading. | 
| protected static class  | BasicMarkerShape.HeadingLineA line that indicates heading. | 
| protected static class  | BasicMarkerShape.Shape | 
| protected static class  | BasicMarkerShape.Sphere | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONE | 
| static String | CUBE | 
| static String | CYLINDER | 
| static String | HEADING_ARROW | 
| static String | HEADING_LINE | 
| static String | ORIENTED_CONE | 
| static String | ORIENTED_CONE_LINE | 
| static String | ORIENTED_CUBE | 
| static String | ORIENTED_CYLINDER | 
| static String | ORIENTED_CYLINDER_LINE | 
| static String | ORIENTED_SPHERE | 
| static String | ORIENTED_SPHERE_LINE | 
| static String | SPHERE | 
| Constructor and Description | 
|---|
| BasicMarkerShape() | 
| Modifier and Type | Method and Description | 
|---|---|
| static MarkerShape | createShapeInstance(String shapeType) | 
public static final String CONE
public static final String CUBE
public static final String CYLINDER
public static final String HEADING_ARROW
public static final String HEADING_LINE
public static final String ORIENTED_CONE
public static final String ORIENTED_CONE_LINE
public static final String ORIENTED_CUBE
public static final String ORIENTED_CYLINDER
public static final String ORIENTED_CYLINDER_LINE
public static final String ORIENTED_SPHERE
public static final String ORIENTED_SPHERE_LINE
public static final String SPHERE
public static MarkerShape createShapeInstance(String shapeType)