Package | Description |
---|---|
com.xalys.xgl.browser.dom.css.enums.transform | |
com.xalys.xgl.browser.dom.css.units |
Constructor and Description |
---|
Rotate(double angle,
AngleUnit unit) |
Rotate3D(double x,
double y,
double z,
double angle,
AngleUnit unit) |
RotateX(double angle,
AngleUnit unit) |
RotateY(double angle,
AngleUnit unit) |
RotateZ(double angle,
AngleUnit unit) |
Skew(double xAngle,
AngleUnit xAngleUnit,
double yAngle,
AngleUnit yAngleUnit) |
SkewX(double xAngle,
AngleUnit xAngleUnit) |
SkewY(double yAngle,
AngleUnit yAngleUnit) |
Modifier and Type | Method and Description |
---|---|
static AngleUnit |
AngleUnit.get(String unit) |
static AngleUnit |
AngleUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AngleUnit[] |
AngleUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 Xalys. All rights reserved.