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