Package | Description |
---|---|
com.sun.javafx.geom.transform |
Modifier and Type | Method and Description |
---|---|
BaseTransform.Degree |
Affine2D.getDegree() |
BaseTransform.Degree |
Affine3D.getDegree() |
BaseTransform.Degree |
Identity.getDegree() |
BaseTransform.Degree |
Translate2D.getDegree() |
abstract BaseTransform.Degree |
BaseTransform.getDegree() |
static BaseTransform.Degree |
BaseTransform.Degree.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BaseTransform.Degree[] |
BaseTransform.Degree.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
BaseTransform.degreeError(BaseTransform.Degree maxSupported) |