|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ModifyLatexProperties.LatexProperties>
net.sf.latexdraw.actions.ModifyLatexProperties.LatexProperties
public static enum ModifyLatexProperties.LatexProperties
This enumeration defines the different LaTeX properties that can be modified.
Enum Constant Summary | |
---|---|
CAPTION
Modification of the caption. |
|
COMMENT
Modification of the comments. |
|
LABEL
Modification of the label. |
|
PACKAGES
Modification of the packages. |
|
POSITION_HORIZONTAL
Modification of the horizontal position. |
|
POSITION_VERTICAL
Modification of the vertical position. |
Method Summary | |
---|---|
abstract boolean |
isValueSupported(java.lang.Object value)
|
static ModifyLatexProperties.LatexProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ModifyLatexProperties.LatexProperties[] |
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 ModifyLatexProperties.LatexProperties COMMENT
public static final ModifyLatexProperties.LatexProperties PACKAGES
public static final ModifyLatexProperties.LatexProperties CAPTION
public static final ModifyLatexProperties.LatexProperties LABEL
public static final ModifyLatexProperties.LatexProperties POSITION_VERTICAL
public static final ModifyLatexProperties.LatexProperties POSITION_HORIZONTAL
Method Detail |
---|
public static ModifyLatexProperties.LatexProperties[] values()
for (ModifyLatexProperties.LatexProperties c : ModifyLatexProperties.LatexProperties.values()) System.out.println(c);
public static ModifyLatexProperties.LatexProperties 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 boolean isValueSupported(java.lang.Object value)
value
- The value to test.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |