public class BasicMarkerShape extends Object
| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
BasicMarkerShape.CompoundShape  | 
protected static class  | 
BasicMarkerShape.Cone
A cone marker shape. 
 | 
protected static class  | 
BasicMarkerShape.Cube
Cube marker shape. 
 | 
protected static class  | 
BasicMarkerShape.Cylinder
A cylinder marker shape. 
 | 
protected static class  | 
BasicMarkerShape.HeadingArrow
An arrow that indicates heading. 
 | 
protected static class  | 
BasicMarkerShape.HeadingLine
A 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)