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