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