@JsType(namespace="xgl.css") public enum TransformStyle extends Enum<TransformStyle>
Enum Constant and Description |
---|
AUTO |
FLAT |
INHERIT |
INITIAL |
PRESERVE_3D |
UNSET |
Modifier and Type | Method and Description |
---|---|
String |
css() |
static TransformStyle |
get(String propertyName) |
static TransformStyle |
getDefault() |
static TransformStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransformStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransformStyle PRESERVE_3D
public static final TransformStyle FLAT
public static final TransformStyle AUTO
public static final TransformStyle INITIAL
public static final TransformStyle INHERIT
public static final TransformStyle UNSET
public static TransformStyle[] values()
for (TransformStyle c : TransformStyle.values()) System.out.println(c);
public static TransformStyle 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 static TransformStyle getDefault()
public String css()
public static TransformStyle get(String propertyName)
Copyright © 2018 Xalys. All rights reserved.