|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ScaleRuler.Unit>
net.sf.latexdraw.ui.ScaleRuler.Unit
public static enum ScaleRuler.Unit
Defines the different possible units used by the rulers.
Enum Constant Summary | |
---|---|
CM
Centimetre |
|
INCH
Inch |
Method Summary | |
---|---|
abstract java.lang.String |
getLabel()
|
static ScaleRuler.Unit |
getUnit(java.lang.String label)
|
static ScaleRuler.Unit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ScaleRuler.Unit[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ScaleRuler.Unit CM
public static final ScaleRuler.Unit INCH
Method Detail |
---|
public static ScaleRuler.Unit[] values()
for (ScaleRuler.Unit c : ScaleRuler.Unit.values()) System.out.println(c);
public static ScaleRuler.Unit valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic abstract java.lang.String getLabel()
public static ScaleRuler.Unit getUnit(java.lang.String label)
label
- The label to test.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |