Package com.massifmaps.styles
Class LineEndType
java.lang.Object
com.massifmaps.styles.LineEndType
Possible styles in which line end points are drawn.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe accepted values of this constant namespace. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intNo line end points are drawn.static final intLine end points are drawn as half circles.static final intLine end points are drawn as squares. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LINE_END_TYPE_NONE
public static final int LINE_END_TYPE_NONENo line end points are drawn.- See Also:
-
LINE_END_TYPE_SQUARE
public static final int LINE_END_TYPE_SQUARELine end points are drawn as squares.- See Also:
-
LINE_END_TYPE_ROUND
public static final int LINE_END_TYPE_ROUNDLine end points are drawn as half circles.- See Also:
-
-
Constructor Details
-
LineEndType
public LineEndType()
-