public static enum ImageCompare.PropertyKeys extends Enum<ImageCompare.PropertyKeys>
Enum Constant and Description |
---|
height |
leftImage |
rightImage |
style |
styleClass |
widgetVar |
width |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ImageCompare.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageCompare.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageCompare.PropertyKeys widgetVar
public static final ImageCompare.PropertyKeys leftImage
public static final ImageCompare.PropertyKeys rightImage
public static final ImageCompare.PropertyKeys width
public static final ImageCompare.PropertyKeys height
public static final ImageCompare.PropertyKeys style
public static final ImageCompare.PropertyKeys styleClass
public static ImageCompare.PropertyKeys[] values()
for (ImageCompare.PropertyKeys c : ImageCompare.PropertyKeys.values()) System.out.println(c);
public static ImageCompare.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ImageCompare.PropertyKeys>
Copyright © 2018. All rights reserved.