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