| Modifier and Type | Method and Description |
|---|---|
LineEndingStyle |
LineAnnotation.getEndPointEndingStyle() |
LineEndingStyle |
PolyLineAnnotation.getEndPointEndingStyle() |
LineEndingStyle |
LineAnnotation.getStartPointEndingStyle() |
LineEndingStyle |
PolyLineAnnotation.getStartPointEndingStyle() |
static LineEndingStyle |
LineEndingStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LineEndingStyle[] |
LineEndingStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineAnnotation.setEndPointEndingStyle(LineEndingStyle style) |
void |
PolyLineAnnotation.setEndPointEndingStyle(LineEndingStyle style) |
void |
LineAnnotation.setStartPointEndingStyle(LineEndingStyle style) |
void |
PolyLineAnnotation.setStartPointEndingStyle(LineEndingStyle style) |