| Package | Description |
|---|---|
| com.xalys.xgl.browser.dom.css | |
| com.xalys.xgl.browser.dom.css.enums.transform |
| Modifier and Type | Method and Description |
|---|---|
NativeCSSStyleDeclaration |
NativeCSSStyleDeclaration.setBackfaceVisibility(BackfaceVisibility backfaceVisibility) |
MutableStyle |
MutableStyle.setBackfaceVisibility(BackfaceVisibility backfaceVisibility) |
| Modifier and Type | Method and Description |
|---|---|
static BackfaceVisibility |
BackfaceVisibility.get(String propertyName) |
static BackfaceVisibility |
BackfaceVisibility.getDefault() |
static BackfaceVisibility |
BackfaceVisibility.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackfaceVisibility[] |
BackfaceVisibility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Xalys. All rights reserved.