- All Implemented Interfaces:
Serializable
,Comparable<StandardMarkerShapes>
,Constable
,MarkerShape
public enum StandardMarkerShapes extends Enum<StandardMarkerShapes> implements MarkerShape
This class implements the MarkerShape interface.
Object of this class are only used as enum entries.
- Author:
- Dr. Peter Droste, Omix Visualization
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
Fields inherited from interface omix.lang.MarkerShape
Bar, BarTriangle, Circle, CircleMinus, CirclePlus, CircleQuestionMark, Diamond, DoubleTriangle, EmptyBarTriangle, EmptyCircle, EmptyDiamond, EmptyHexagon, EmptyPentagon, EmptyRectangle, EmptyReverseTriangle, EmptyRhombus, EmptyTriangle, EmptyTriangleBar, Hexagon, NoMarker, OpenRoundedTriangle, OpenTriangle, Pentagon, Rectangle, ReverseTriangle, ReversibilitySign, Rhombus, Triangle, TriangleBar
-
Method Summary
Modifier and Type Method Description static StandardMarkerShapes
valueOf(String name)
Returns the enum constant of this type with the specified name.static StandardMarkerShapes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Triangle
-
NoMarker
-
Diamond
-
Circle
-
Hexagon
-
Pentagon
-
Rectangle
-
DoubleTriangle
-
ReverseTriangle
-
EmptyDiamond
-
EmptyCircle
-
EmptyHexagon
-
EmptyPentagon
-
EmptyRectangle
-
EmptyReverseTriangle
-
EmptyTriangle
-
EmptyBarTriangle
-
EmptyTriangleBar
-
Bar
-
BarTriangle
-
TriangleBar
-
Rhombus
-
EmptyRhombus
-
CirclePlus
-
CircleMinus
-
CircleQuestionMark
-
OpenTriangle
-
OpenRoundedTriangle
-
ReversibilitySign
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-