Package com.openinventor.inventor.nodes
Enum SoMarker.MarkerTypes
- java.lang.Object
-
- java.lang.Enum<SoMarker.MarkerTypes>
-
- com.openinventor.inventor.nodes.SoMarker.MarkerTypes
-
- All Implemented Interfaces:
IntegerValuedEnum
,java.io.Serializable
,java.lang.Comparable<SoMarker.MarkerTypes>
- Enclosing class:
- SoMarker
public static enum SoMarker.MarkerTypes extends java.lang.Enum<SoMarker.MarkerTypes> implements IntegerValuedEnum
Marker type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BACKSLASH_5_5
Backslash 5x5.BACKSLASH_7_7
Backslash 7x7.BACKSLASH_9_9
Backslash 9x9.BAR_5_5
Bar 5x5.BAR_7_7
Bar 7x7.BAR_9_9
Bar 9x9.CAUTION_FILLED_5_5
Caution filled 5x5.CAUTION_FILLED_7_7
Caution filled 7x7.CAUTION_FILLED_9_9
Caution filled 9x9.CAUTION_LINE_5_5
Caution line 5x5.CAUTION_LINE_7_7
Caution line 7x7.CAUTION_LINE_9_9
Caution line 9x9.CIRCLE_FILLED_5_5
Circle filled 5x5.CIRCLE_FILLED_7_7
Circle filled 7x7.CIRCLE_FILLED_9_9
Circle filled 9x9.CIRCLE_LINE_5_5
Circle line 5x5.CIRCLE_LINE_7_7
Circle line 7x7.CIRCLE_LINE_9_9
Circle line 9x9.CROSS_5_5
Cross 5x5.CROSS_7_7
Cross 7x7.CROSS_9_9
Cross 9x9.DIAMOND_FILLED_5_5
Diamond filled 5x5.DIAMOND_FILLED_7_7
Diamond filled 7x7.DIAMOND_FILLED_9_9
Diamond filled 9x9.DIAMOND_LINE_5_5
Diamond line 5x5.DIAMOND_LINE_7_7
Diamond line 7x7.DIAMOND_LINE_9_9
Diamond line 9x9.HOURGLASS_FILLED_5_5
Hourglass filled 5x5.HOURGLASS_FILLED_7_7
Hourglass filled 7x7.HOURGLASS_FILLED_9_9
Hourglass filled 9x9.HOURGLASS_LINE_5_5
Hourglass line 5x5.HOURGLASS_LINE_7_7
Hourglass line 7x7.HOURGLASS_LINE_9_9
Hourglass line 9x9.LIGHTNING_5_5
Lightning 5x5.LIGHTNING_7_7
Lightning 7x7.LIGHTNING_9_9
Lightning 9x9.MINUS_5_5
Minus 5x5.MINUS_7_7
Minus 7x7.MINUS_9_9
Minus 9x9.PINE_TREE_FILLED_5_5
Pine filled 5x5.PINE_TREE_FILLED_7_7
Pine filled 7x7.PINE_TREE_FILLED_9_9
Pine filled 9x9.PINE_TREE_LINE_5_5
Pine line 5x5.PINE_TREE_LINE_7_7
Pine line 7x7.PINE_TREE_LINE_9_9
Pine line 9x9.PLUS_5_5
Plus 5x5.PLUS_7_7
Plus 7x7.PLUS_9_9
Plus 9x9.RHOMBUS_FILLED_5_5
Rhombus filled 5x5.RHOMBUS_FILLED_7_7
Rhombus filled 7x7.RHOMBUS_FILLED_9_9
Rhombus filled 9x9.RHOMBUS_LINE_5_5
Rhombus line 5x5.RHOMBUS_LINE_7_7
Rhombus line 7x7.RHOMBUS_LINE_9_9
Rhombus line 9x9.SATELLITE_FILLED_5_5
Satellite filled 5x5.SATELLITE_FILLED_7_7
Satellite filled 7x7.SATELLITE_FILLED_9_9
Satellite filled 9x9.SATELLITE_LINE_5_5
Satellite line 5x5.SATELLITE_LINE_7_7
Satellite line 7x7.SATELLITE_LINE_9_9
Satellite line 9x9.SHIP_FILLED_5_5
Ship filled 5x5.SHIP_FILLED_7_7
Ship filled 7x7.SHIP_FILLED_9_9
Ship filled 9x9.SHIP_LINE_5_5
Ship line 5x5.SHIP_LINE_7_7
Ship line 7x7.SHIP_LINE_9_9
Ship line 9x9.SLASH_5_5
Slash 5x5.SLASH_7_7
Slash 7x7.SLASH_9_9
Slash 9x9.SQUARE_FILLED_5_5
Square filled 5x5.SQUARE_FILLED_7_7
Square filled 7x7.SQUARE_FILLED_9_9
Square filled 9x9.SQUARE_LINE_5_5
Square line 5x5.SQUARE_LINE_7_7
Square line 7x7.SQUARE_LINE_9_9
Square line 9x9.STAR_5_5
Star 5x5.STAR_7_7
Star 7x7.STAR_9_9
Star 9x9.TRIANGLE_FILLED_5_5
Triangle filled 5x5.TRIANGLE_FILLED_7_7
Triangle filled 7x7.TRIANGLE_FILLED_9_9
Triangle filled 9x9.TRIANGLE_LINE_5_5
Triangle line 5x5.TRIANGLE_LINE_7_7
Triangle line 7x7.TRIANGLE_LINE_9_9
Triangle line 9x9.WELL_5_5
Well 5x5.WELL_7_7
Well 7x7.WELL_9_9
Well 9x9.Y_5_5
Y 5x5.Y_7_7
Y 7x7.Y_9_9
Y 9x9.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getValue()
Returns the integer value of the enum constant.static SoMarker.MarkerTypes
valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoMarker.MarkerTypes
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoMarker.MarkerTypes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CROSS_5_5
public static final SoMarker.MarkerTypes CROSS_5_5
Cross 5x5.
-
PLUS_5_5
public static final SoMarker.MarkerTypes PLUS_5_5
Plus 5x5.
-
MINUS_5_5
public static final SoMarker.MarkerTypes MINUS_5_5
Minus 5x5.
-
SLASH_5_5
public static final SoMarker.MarkerTypes SLASH_5_5
Slash 5x5.
-
BACKSLASH_5_5
public static final SoMarker.MarkerTypes BACKSLASH_5_5
Backslash 5x5.
-
BAR_5_5
public static final SoMarker.MarkerTypes BAR_5_5
Bar 5x5.
-
STAR_5_5
public static final SoMarker.MarkerTypes STAR_5_5
Star 5x5.
-
Y_5_5
public static final SoMarker.MarkerTypes Y_5_5
Y 5x5.
-
LIGHTNING_5_5
public static final SoMarker.MarkerTypes LIGHTNING_5_5
Lightning 5x5.
-
WELL_5_5
public static final SoMarker.MarkerTypes WELL_5_5
Well 5x5.
-
CIRCLE_LINE_5_5
public static final SoMarker.MarkerTypes CIRCLE_LINE_5_5
Circle line 5x5.
-
SQUARE_LINE_5_5
public static final SoMarker.MarkerTypes SQUARE_LINE_5_5
Square line 5x5.
-
DIAMOND_LINE_5_5
public static final SoMarker.MarkerTypes DIAMOND_LINE_5_5
Diamond line 5x5.
-
TRIANGLE_LINE_5_5
public static final SoMarker.MarkerTypes TRIANGLE_LINE_5_5
Triangle line 5x5.
-
RHOMBUS_LINE_5_5
public static final SoMarker.MarkerTypes RHOMBUS_LINE_5_5
Rhombus line 5x5.
-
HOURGLASS_LINE_5_5
public static final SoMarker.MarkerTypes HOURGLASS_LINE_5_5
Hourglass line 5x5.
-
SATELLITE_LINE_5_5
public static final SoMarker.MarkerTypes SATELLITE_LINE_5_5
Satellite line 5x5.
-
PINE_TREE_LINE_5_5
public static final SoMarker.MarkerTypes PINE_TREE_LINE_5_5
Pine line 5x5.
-
CAUTION_LINE_5_5
public static final SoMarker.MarkerTypes CAUTION_LINE_5_5
Caution line 5x5.
-
SHIP_LINE_5_5
public static final SoMarker.MarkerTypes SHIP_LINE_5_5
Ship line 5x5.
-
CIRCLE_FILLED_5_5
public static final SoMarker.MarkerTypes CIRCLE_FILLED_5_5
Circle filled 5x5.
-
SQUARE_FILLED_5_5
public static final SoMarker.MarkerTypes SQUARE_FILLED_5_5
Square filled 5x5.
-
DIAMOND_FILLED_5_5
public static final SoMarker.MarkerTypes DIAMOND_FILLED_5_5
Diamond filled 5x5.
-
TRIANGLE_FILLED_5_5
public static final SoMarker.MarkerTypes TRIANGLE_FILLED_5_5
Triangle filled 5x5.
-
RHOMBUS_FILLED_5_5
public static final SoMarker.MarkerTypes RHOMBUS_FILLED_5_5
Rhombus filled 5x5.
-
HOURGLASS_FILLED_5_5
public static final SoMarker.MarkerTypes HOURGLASS_FILLED_5_5
Hourglass filled 5x5.
-
SATELLITE_FILLED_5_5
public static final SoMarker.MarkerTypes SATELLITE_FILLED_5_5
Satellite filled 5x5.
-
PINE_TREE_FILLED_5_5
public static final SoMarker.MarkerTypes PINE_TREE_FILLED_5_5
Pine filled 5x5.
-
CAUTION_FILLED_5_5
public static final SoMarker.MarkerTypes CAUTION_FILLED_5_5
Caution filled 5x5.
-
SHIP_FILLED_5_5
public static final SoMarker.MarkerTypes SHIP_FILLED_5_5
Ship filled 5x5.
-
CROSS_7_7
public static final SoMarker.MarkerTypes CROSS_7_7
Cross 7x7.
-
PLUS_7_7
public static final SoMarker.MarkerTypes PLUS_7_7
Plus 7x7.
-
MINUS_7_7
public static final SoMarker.MarkerTypes MINUS_7_7
Minus 7x7.
-
SLASH_7_7
public static final SoMarker.MarkerTypes SLASH_7_7
Slash 7x7.
-
BACKSLASH_7_7
public static final SoMarker.MarkerTypes BACKSLASH_7_7
Backslash 7x7.
-
BAR_7_7
public static final SoMarker.MarkerTypes BAR_7_7
Bar 7x7.
-
STAR_7_7
public static final SoMarker.MarkerTypes STAR_7_7
Star 7x7.
-
Y_7_7
public static final SoMarker.MarkerTypes Y_7_7
Y 7x7.
-
LIGHTNING_7_7
public static final SoMarker.MarkerTypes LIGHTNING_7_7
Lightning 7x7.
-
WELL_7_7
public static final SoMarker.MarkerTypes WELL_7_7
Well 7x7.
-
CIRCLE_LINE_7_7
public static final SoMarker.MarkerTypes CIRCLE_LINE_7_7
Circle line 7x7.
-
SQUARE_LINE_7_7
public static final SoMarker.MarkerTypes SQUARE_LINE_7_7
Square line 7x7.
-
DIAMOND_LINE_7_7
public static final SoMarker.MarkerTypes DIAMOND_LINE_7_7
Diamond line 7x7.
-
TRIANGLE_LINE_7_7
public static final SoMarker.MarkerTypes TRIANGLE_LINE_7_7
Triangle line 7x7.
-
RHOMBUS_LINE_7_7
public static final SoMarker.MarkerTypes RHOMBUS_LINE_7_7
Rhombus line 7x7.
-
HOURGLASS_LINE_7_7
public static final SoMarker.MarkerTypes HOURGLASS_LINE_7_7
Hourglass line 7x7.
-
SATELLITE_LINE_7_7
public static final SoMarker.MarkerTypes SATELLITE_LINE_7_7
Satellite line 7x7.
-
PINE_TREE_LINE_7_7
public static final SoMarker.MarkerTypes PINE_TREE_LINE_7_7
Pine line 7x7.
-
CAUTION_LINE_7_7
public static final SoMarker.MarkerTypes CAUTION_LINE_7_7
Caution line 7x7.
-
SHIP_LINE_7_7
public static final SoMarker.MarkerTypes SHIP_LINE_7_7
Ship line 7x7.
-
CIRCLE_FILLED_7_7
public static final SoMarker.MarkerTypes CIRCLE_FILLED_7_7
Circle filled 7x7.
-
SQUARE_FILLED_7_7
public static final SoMarker.MarkerTypes SQUARE_FILLED_7_7
Square filled 7x7.
-
DIAMOND_FILLED_7_7
public static final SoMarker.MarkerTypes DIAMOND_FILLED_7_7
Diamond filled 7x7.
-
TRIANGLE_FILLED_7_7
public static final SoMarker.MarkerTypes TRIANGLE_FILLED_7_7
Triangle filled 7x7.
-
RHOMBUS_FILLED_7_7
public static final SoMarker.MarkerTypes RHOMBUS_FILLED_7_7
Rhombus filled 7x7.
-
HOURGLASS_FILLED_7_7
public static final SoMarker.MarkerTypes HOURGLASS_FILLED_7_7
Hourglass filled 7x7.
-
SATELLITE_FILLED_7_7
public static final SoMarker.MarkerTypes SATELLITE_FILLED_7_7
Satellite filled 7x7.
-
PINE_TREE_FILLED_7_7
public static final SoMarker.MarkerTypes PINE_TREE_FILLED_7_7
Pine filled 7x7.
-
CAUTION_FILLED_7_7
public static final SoMarker.MarkerTypes CAUTION_FILLED_7_7
Caution filled 7x7.
-
SHIP_FILLED_7_7
public static final SoMarker.MarkerTypes SHIP_FILLED_7_7
Ship filled 7x7.
-
CROSS_9_9
public static final SoMarker.MarkerTypes CROSS_9_9
Cross 9x9.
-
PLUS_9_9
public static final SoMarker.MarkerTypes PLUS_9_9
Plus 9x9.
-
MINUS_9_9
public static final SoMarker.MarkerTypes MINUS_9_9
Minus 9x9.
-
SLASH_9_9
public static final SoMarker.MarkerTypes SLASH_9_9
Slash 9x9.
-
BACKSLASH_9_9
public static final SoMarker.MarkerTypes BACKSLASH_9_9
Backslash 9x9.
-
BAR_9_9
public static final SoMarker.MarkerTypes BAR_9_9
Bar 9x9.
-
STAR_9_9
public static final SoMarker.MarkerTypes STAR_9_9
Star 9x9.
-
Y_9_9
public static final SoMarker.MarkerTypes Y_9_9
Y 9x9.
-
LIGHTNING_9_9
public static final SoMarker.MarkerTypes LIGHTNING_9_9
Lightning 9x9.
-
WELL_9_9
public static final SoMarker.MarkerTypes WELL_9_9
Well 9x9.
-
CIRCLE_LINE_9_9
public static final SoMarker.MarkerTypes CIRCLE_LINE_9_9
Circle line 9x9.
-
SQUARE_LINE_9_9
public static final SoMarker.MarkerTypes SQUARE_LINE_9_9
Square line 9x9.
-
DIAMOND_LINE_9_9
public static final SoMarker.MarkerTypes DIAMOND_LINE_9_9
Diamond line 9x9.
-
TRIANGLE_LINE_9_9
public static final SoMarker.MarkerTypes TRIANGLE_LINE_9_9
Triangle line 9x9.
-
RHOMBUS_LINE_9_9
public static final SoMarker.MarkerTypes RHOMBUS_LINE_9_9
Rhombus line 9x9.
-
HOURGLASS_LINE_9_9
public static final SoMarker.MarkerTypes HOURGLASS_LINE_9_9
Hourglass line 9x9.
-
SATELLITE_LINE_9_9
public static final SoMarker.MarkerTypes SATELLITE_LINE_9_9
Satellite line 9x9.
-
PINE_TREE_LINE_9_9
public static final SoMarker.MarkerTypes PINE_TREE_LINE_9_9
Pine line 9x9.
-
CAUTION_LINE_9_9
public static final SoMarker.MarkerTypes CAUTION_LINE_9_9
Caution line 9x9.
-
SHIP_LINE_9_9
public static final SoMarker.MarkerTypes SHIP_LINE_9_9
Ship line 9x9.
-
CIRCLE_FILLED_9_9
public static final SoMarker.MarkerTypes CIRCLE_FILLED_9_9
Circle filled 9x9.
-
SQUARE_FILLED_9_9
public static final SoMarker.MarkerTypes SQUARE_FILLED_9_9
Square filled 9x9.
-
DIAMOND_FILLED_9_9
public static final SoMarker.MarkerTypes DIAMOND_FILLED_9_9
Diamond filled 9x9.
-
TRIANGLE_FILLED_9_9
public static final SoMarker.MarkerTypes TRIANGLE_FILLED_9_9
Triangle filled 9x9.
-
RHOMBUS_FILLED_9_9
public static final SoMarker.MarkerTypes RHOMBUS_FILLED_9_9
Rhombus filled 9x9.
-
HOURGLASS_FILLED_9_9
public static final SoMarker.MarkerTypes HOURGLASS_FILLED_9_9
Hourglass filled 9x9.
-
SATELLITE_FILLED_9_9
public static final SoMarker.MarkerTypes SATELLITE_FILLED_9_9
Satellite filled 9x9.
-
PINE_TREE_FILLED_9_9
public static final SoMarker.MarkerTypes PINE_TREE_FILLED_9_9
Pine filled 9x9.
-
CAUTION_FILLED_9_9
public static final SoMarker.MarkerTypes CAUTION_FILLED_9_9
Caution filled 9x9.
-
SHIP_FILLED_9_9
public static final SoMarker.MarkerTypes SHIP_FILLED_9_9
Ship filled 9x9.
-
-
Method Detail
-
values
public static SoMarker.MarkerTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (SoMarker.MarkerTypes c : SoMarker.MarkerTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SoMarker.MarkerTypes valueOf(java.lang.String name)
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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
valueOf
public static SoMarker.MarkerTypes valueOf(int val)
Returns the enum constant of this type with the specified integer value- Returns:
- the enum constant of this type with the specified integer value.
-
getValue
public int getValue()
Description copied from interface:IntegerValuedEnum
Returns the integer value of the enum constant.- Specified by:
getValue
in interfaceIntegerValuedEnum
- Returns:
- the integer value of the enum constant.
-
-