org.jboss.seam.ui.component.html
protected static enum HtmlTransformImageSize.Properties extends Enum<HtmlTransformImageSize.Properties>
Enum Constant and Description |
---|
factor |
height |
maintainRatio |
width |
Modifier and Type | Method and Description |
---|---|
static HtmlTransformImageSize.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlTransformImageSize.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlTransformImageSize.Properties factor
public static final HtmlTransformImageSize.Properties height
public static final HtmlTransformImageSize.Properties maintainRatio
public static final HtmlTransformImageSize.Properties width
public static HtmlTransformImageSize.Properties[] values()
for (HtmlTransformImageSize.Properties c : HtmlTransformImageSize.Properties.values()) System.out.println(c);
public static HtmlTransformImageSize.Properties 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 nullCopyright © 2015 Seam Framework. All Rights Reserved.