org.jlab.groot.base
Enum AttributeType
- java.lang.Object
-
- java.lang.Enum<AttributeType>
-
- org.jlab.groot.base.AttributeType
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<AttributeType>
public enum AttributeType extends java.lang.Enum<AttributeType>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.StringgetName()intgetType()static AttributeTypegetType(java.lang.Integer detId)static AttributeTypegetType(java.lang.String name)static AttributeTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributeType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNDEFINED
public static final AttributeType UNDEFINED
-
LINE_COLOR
public static final AttributeType LINE_COLOR
-
LINE_STYLE
public static final AttributeType LINE_STYLE
-
LINE_WIDTH
public static final AttributeType LINE_WIDTH
-
FILL_COLOR
public static final AttributeType FILL_COLOR
-
FILL_STYLE
public static final AttributeType FILL_STYLE
-
MARKER_COLOR
public static final AttributeType MARKER_COLOR
-
MARKER_STYLE
public static final AttributeType MARKER_STYLE
-
MARKER_SIZE
public static final AttributeType MARKER_SIZE
-
MARING_TOP
public static final AttributeType MARING_TOP
-
MARING_BOTTOM
public static final AttributeType MARING_BOTTOM
-
MARING_LEFT
public static final AttributeType MARING_LEFT
-
MARING_RIGHT
public static final AttributeType MARING_RIGHT
-
AXIS_LINE_WIDTH
public static final AttributeType AXIS_LINE_WIDTH
-
AXIS_LINE_COLOR
public static final AttributeType AXIS_LINE_COLOR
-
AXIS_LINE_STYLE
public static final AttributeType AXIS_LINE_STYLE
-
AXIS_TICKMARK_SIZE
public static final AttributeType AXIS_TICKMARK_SIZE
-
AXIS_BACKGROUND_COLOR
public static final AttributeType AXIS_BACKGROUND_COLOR
-
STRING_TITLE
public static final AttributeType STRING_TITLE
-
STRING_TITLE_X
public static final AttributeType STRING_TITLE_X
-
STRING_TITLE_Y
public static final AttributeType STRING_TITLE_Y
-
AXIS_GRID_X
public static final AttributeType AXIS_GRID_X
-
AXIS_GRID_Y
public static final AttributeType AXIS_GRID_Y
-
AXIS_TICKS_SIZE
public static final AttributeType AXIS_TICKS_SIZE
-
AXIS_TICKS_STYLE
public static final AttributeType AXIS_TICKS_STYLE
-
AXIS_LABEL_OFFSET
public static final AttributeType AXIS_LABEL_OFFSET
-
AXIS_TITLE_OFFSET
public static final AttributeType AXIS_TITLE_OFFSET
-
AXIS_FRAME_STYLE
public static final AttributeType AXIS_FRAME_STYLE
-
AXIS_DRAW_X
public static final AttributeType AXIS_DRAW_X
-
AXIS_DRAW_Y
public static final AttributeType AXIS_DRAW_Y
-
AXIS_DRAW_Z
public static final AttributeType AXIS_DRAW_Z
-
-
Method Detail
-
values
public static AttributeType[] 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 (AttributeType c : AttributeType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AttributeType 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
-
getType
public int getType()
-
getName
public java.lang.String getName()
-
getType
public static AttributeType getType(java.lang.String name)
-
getType
public static AttributeType getType(java.lang.Integer detId)
-
-
DMelt 3.0 © DataMelt by jWork.ORG