Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
javafx.scene.transform |
Provides the set of convenient classes to perform rotating, scaling,
shearing, and translation transformations for
Affine objects. |
Modifier and Type | Field and Description |
---|---|
private Transform |
SnapshotParameters.transform |
private Transform |
Node.LazyTransformProperty.transform |
private Transform |
SnapshotParametersBuilder.transform |
Modifier and Type | Field and Description |
---|---|
private com.sun.javafx.binding.ExpressionHelper<Transform> |
Node.LazyTransformProperty.helper |
private ObservableList<Transform> |
Node.NodeTransformation.transforms |
private java.util.Collection<? extends Transform> |
NodeBuilder.transforms |
Modifier and Type | Method and Description |
---|---|
protected abstract Transform |
Node.LazyTransformProperty.computeTransform() |
Transform |
Node.LazyTransformProperty.get() |
(package private) Transform |
Node.getCurrentLocalToSceneTransformState() |
Transform |
Node.getLocalToParentTransform()
Gets the value of the property localToParentTransform.
|
Transform |
Node.NodeTransformation.getLocalToParentTransform()
Gets the value of the property localToParentTransform.
|
Transform |
Node.getLocalToSceneTransform()
Gets the value of the property localToSceneTransform.
|
Transform |
Node.NodeTransformation.getLocalToSceneTransform()
Gets the value of the property localToSceneTransform.
|
Transform |
SnapshotParameters.getTransform()
Gets the current transform.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<Transform> |
Node.getTransforms()
Defines the ObservableList of
Transform objects
to be applied to this Node . |
ObservableList<Transform> |
Node.NodeTransformation.getTransforms() |
ReadOnlyObjectProperty<Transform> |
Node.localToParentTransformProperty()
An affine transform that holds the computed local-to-parent transform.
|
ReadOnlyObjectProperty<Transform> |
Node.NodeTransformation.localToParentTransformProperty() |
ReadOnlyObjectProperty<Transform> |
Node.localToSceneTransformProperty()
An affine transform that holds the computed local-to-scene transform.
|
ReadOnlyObjectProperty<Transform> |
Node.NodeTransformation.localToSceneTransformProperty() |
private ObservableList<Transform> |
Node.transformsProperty() |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotParameters.setTransform(Transform transform)
Sets the transform to the specified value.
|
B |
SnapshotParametersBuilder.transform(Transform x)
Set the value of the
transform property for the instance constructed by this builder. |
B |
NodeBuilder.transforms(Transform... x)
Add the given items to the List of items in the
transforms property for the instance constructed by this builder. |
Modifier and Type | Method and Description |
---|---|
void |
Node.LazyTransformProperty.addListener(ChangeListener<? super Transform> listener) |
void |
Node.LazyTransformProperty.removeListener(ChangeListener<? super Transform> listener) |
B |
NodeBuilder.transforms(java.util.Collection<? extends Transform> x)
Add the given items to the List of items in the
transforms property for the instance constructed by this builder. |
Modifier and Type | Class and Description |
---|---|
class |
Affine
The
Affine class represents an affine transform. |
class |
Rotate
This class represents an
Affine object that rotates coordinates
around an anchor point. |
class |
Scale
This class represents an
Affine object that scales coordinates
by the specified factors. |
class |
Shear
This class represents an
Affine object that shears coordinates
by the specified multipliers. |
class |
Translate
This class represents an
Affine object that translates coordinates
by the specified factors. |
Modifier and Type | Method and Description |
---|---|
Transform |
Translate.impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
abstract Transform |
Transform.impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Transform |
Shear.impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Transform |
Scale.impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Transform |
Rotate.impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Transform |
Affine.impl_copy()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Transform |
Transform.impl_getConcatenation(Transform transform)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
Modifier and Type | Method and Description |
---|---|
Transform |
Transform.impl_getConcatenation(Transform transform)
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|
(package private) void |
Affine.setTransform(Transform t) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to