private final class Node.NodeTransformation
extends java.lang.Object
Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.transform.Transform> |
localToParentTransform |
javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.transform.Transform> |
localToSceneTransform |
javafx.beans.property.DoubleProperty |
rotate |
javafx.beans.property.ObjectProperty<javafx.geometry.Point3D> |
rotationAxis |
javafx.beans.property.DoubleProperty |
scaleX |
javafx.beans.property.DoubleProperty |
scaleY |
javafx.beans.property.DoubleProperty |
scaleZ |
javafx.beans.property.DoubleProperty |
translateX |
javafx.beans.property.DoubleProperty |
translateY |
javafx.beans.property.DoubleProperty |
translateZ |
Modifier and Type | Method and Description |
---|---|
boolean |
canSetRotate() |
boolean |
canSetScaleX() |
boolean |
canSetScaleY() |
boolean |
canSetScaleZ() |
boolean |
canSetTranslateX() |
boolean |
canSetTranslateY() |
boolean |
canSetTranslateZ() |
void |
decListenerReasons() |
javafx.scene.transform.Transform |
getLocalToParentTransform()
Gets the value of the property localToParentTransform.
|
javafx.scene.transform.Transform |
getLocalToSceneTransform()
Gets the value of the property localToSceneTransform.
|
double |
getRotate()
Gets the value of the property rotate.
|
javafx.geometry.Point3D |
getRotationAxis()
Gets the value of the property rotationAxis.
|
double |
getScaleX()
Gets the value of the property scaleX.
|
double |
getScaleY()
Gets the value of the property scaleY.
|
double |
getScaleZ()
Gets the value of the property scaleZ.
|
javafx.collections.ObservableList<javafx.scene.transform.Transform> |
getTransforms() |
double |
getTranslateX()
Gets the value of the property translateX.
|
double |
getTranslateY()
Gets the value of the property translateY.
|
double |
getTranslateZ()
Gets the value of the property translateZ.
|
boolean |
hasScaleOrRotate() |
boolean |
hasTransforms() |
void |
incListenerReasons() |
void |
invalidateLocalToParentTransform() |
void |
invalidateLocalToSceneTransform() |
javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.transform.Transform> |
localToParentTransformProperty() |
javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.transform.Transform> |
localToSceneTransformProperty() |
javafx.beans.property.DoubleProperty |
rotateProperty() |
javafx.beans.property.ObjectProperty<javafx.geometry.Point3D> |
rotationAxisProperty() |
javafx.beans.property.DoubleProperty |
scaleXProperty() |
javafx.beans.property.DoubleProperty |
scaleYProperty() |
javafx.beans.property.DoubleProperty |
scaleZProperty() |
javafx.beans.property.DoubleProperty |
translateXProperty() |
javafx.beans.property.DoubleProperty |
translateYProperty() |
javafx.beans.property.DoubleProperty |
translateZProperty() |
public final javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.transform.Transform> localToParentTransformProperty
getLocalToParentTransform()
public final javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.transform.Transform> localToSceneTransformProperty
getLocalToSceneTransform()
public final javafx.beans.property.DoubleProperty translateXProperty
getTranslateX()
public final javafx.beans.property.DoubleProperty translateYProperty
getTranslateY()
public final javafx.beans.property.DoubleProperty translateZProperty
getTranslateZ()
public final javafx.beans.property.DoubleProperty scaleXProperty
getScaleX()
public final javafx.beans.property.DoubleProperty scaleYProperty
getScaleY()
public final javafx.beans.property.DoubleProperty scaleZProperty
getScaleZ()
public final javafx.beans.property.DoubleProperty rotateProperty
getRotate()
public final javafx.beans.property.ObjectProperty<javafx.geometry.Point3D> rotationAxisProperty
getRotationAxis()
public void incListenerReasons()
public void decListenerReasons()
public final javafx.scene.transform.Transform getLocalToParentTransform()
public final javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.transform.Transform> localToParentTransformProperty()
getLocalToParentTransform()
public void invalidateLocalToParentTransform()
public final javafx.scene.transform.Transform getLocalToSceneTransform()
public final javafx.beans.property.ReadOnlyObjectProperty<javafx.scene.transform.Transform> localToSceneTransformProperty()
getLocalToSceneTransform()
public void invalidateLocalToSceneTransform()
public double getTranslateX()
public final javafx.beans.property.DoubleProperty translateXProperty()
getTranslateX()
public double getTranslateY()
public final javafx.beans.property.DoubleProperty translateYProperty()
getTranslateY()
public double getTranslateZ()
public final javafx.beans.property.DoubleProperty translateZProperty()
getTranslateZ()
public double getScaleX()
public final javafx.beans.property.DoubleProperty scaleXProperty()
getScaleX()
public double getScaleY()
public final javafx.beans.property.DoubleProperty scaleYProperty()
getScaleY()
public double getScaleZ()
public final javafx.beans.property.DoubleProperty scaleZProperty()
getScaleZ()
public double getRotate()
public final javafx.beans.property.DoubleProperty rotateProperty()
getRotate()
public javafx.geometry.Point3D getRotationAxis()
public final javafx.beans.property.ObjectProperty<javafx.geometry.Point3D> rotationAxisProperty()
getRotationAxis()
public javafx.collections.ObservableList<javafx.scene.transform.Transform> getTransforms()
public boolean canSetTranslateX()
public boolean canSetTranslateY()
public boolean canSetTranslateZ()
public boolean canSetScaleX()
public boolean canSetScaleY()
public boolean canSetScaleZ()
public boolean canSetRotate()
public boolean hasTransforms()
public boolean hasScaleOrRotate()
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.