- cache(boolean) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
cache
property for the instance constructed by this builder.
- CacheHint - Enum in javafx.scene
-
Cache hints for use with Node.cacheHint
- cacheHint(CacheHint) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
cacheHint
property for the instance constructed by this builder.
- cacheHintProperty() - Method in class javafx.scene.Node
-
Additional hint for controlling bitmap caching.
- cacheProperty() - Method in class javafx.scene.Node
-
A performance hint to the system to indicate that this Node
should be cached as a bitmap.
- Camera - Class in javafx.scene
-
Base class for a camera used to render a scene.
- Camera() - Constructor for class javafx.scene.Camera
-
- camera(Camera) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
camera
property for the instance constructed by this builder.
- camera(Camera) - Method in class javafx.scene.SnapshotParametersBuilder
-
Set the value of the
camera
property for the instance constructed by this builder.
- camera(Camera) - Method in class javafx.scene.SubSceneBuilder
-
Set the value of the
camera
property for the instance constructed by this builder.
- CameraBuilder<B extends CameraBuilder<B>> - Class in javafx.scene
-
Builder class for javafx.scene.Camera
- CameraBuilder() - Constructor for class javafx.scene.CameraBuilder
-
- cameraProperty() - Method in class javafx.scene.Scene
-
Specifies the type of camera use for rendering this Scene
.
- cameraProperty() - Method in class javafx.scene.SubScene
-
Specifies the type of camera use for rendering this SubScene
.
- children(Collection<? extends Node>) - Method in class javafx.scene.GroupBuilder
-
Add the given items to the List of items in the
children
property for the instance constructed by this builder.
- children(Node...) - Method in class javafx.scene.GroupBuilder
-
Add the given items to the List of items in the
children
property for the instance constructed by this builder.
- chooseBestCursor(Image[], double, double) - Static method in class javafx.scene.ImageCursor
-
Creates a custom image cursor from one of the specified images.
- clip(Node) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
clip
property for the instance constructed by this builder.
- clipProperty() - Method in class javafx.scene.Node
-
Specifies a Node
to use to define the the clipping shape for this
Node.
- CLOSED_HAND - Static variable in class javafx.scene.Cursor
-
A cursor with a hand that is closed, often used when
"grabbing", for example, when panning.
- color(Color) - Method in class javafx.scene.light.LightBaseBuilder
-
Set the value of the
color
property for the instance constructed by this builder.
- colorProperty() - Method in class javafx.scene.light.LightBase
-
Specifies the color of light source.
- computeBounds(BaseBounds) - Method in class javafx.scene.shape3d.Mesh
-
- computeBounds(BaseBounds) - Method in class javafx.scene.shape3d.TriangleMesh
-
- computeMinHeight(double) - Method in class javafx.scene.Parent
-
Calculates the min height of this Parent
.
- computeMinWidth(double) - Method in class javafx.scene.Parent
-
Calculates the minimum width of this Parent
.
- computePrefHeight(double) - Method in class javafx.scene.Parent
-
Calculates the preferred height of this Parent
.
- computePrefWidth(double) - Method in class javafx.scene.Parent
-
Calculates the preferred width of this Parent
.
- contains(double, double) - Method in class javafx.scene.Node
-
Returns true
if the given point (specified in the local
coordinate space of this Node
) is contained within the shape of
this Node
.
- contains(Point2D) - Method in class javafx.scene.Node
-
Returns true
if the given point (specified in the local
coordinate space of this Node
) is contained within the shape of
this Node
.
- create() - Static method in class javafx.scene.GroupBuilder
-
Creates a new instance of GroupBuilder.
- create() - Static method in class javafx.scene.ImageCursorBuilder
-
Creates a new instance of ImageCursorBuilder.
- create() - Static method in class javafx.scene.light.AmbientLightBuilder
-
Creates a new instance of AmbientLightBuilder.
- create() - Static method in class javafx.scene.light.PointLightBuilder
-
Creates a new instance of PointLightBuilder.
- create() - Static method in class javafx.scene.material.PhongMaterialBuilder
-
Creates a new instance of PhongMaterialBuilder.
- create() - Static method in class javafx.scene.ParallelCameraBuilder
-
Creates a new instance of ParallelCameraBuilder.
- create() - Static method in class javafx.scene.PerspectiveCameraBuilder
-
Creates a new instance of PerspectiveCameraBuilder.
- create() - Static method in class javafx.scene.SceneBuilder
-
Creates a new instance of SceneBuilder.
- create() - Static method in class javafx.scene.shape3d.BoxBuilder
-
Creates a new instance of BoxBuilder.
- create() - Static method in class javafx.scene.shape3d.CylinderBuilder
-
Creates a new instance of CylinderBuilder.
- create() - Static method in class javafx.scene.shape3d.MeshViewBuilder
-
Creates a new instance of MeshViewBuilder.
- create() - Static method in class javafx.scene.shape3d.SphereBuilder
-
Creates a new instance of SphereBuilder.
- create() - Static method in class javafx.scene.shape3d.TriangleMeshBuilder
-
Creates a new instance of TriangleMeshBuilder.
- create() - Static method in class javafx.scene.SnapshotParametersBuilder
-
Creates a new instance of SnapshotParametersBuilder.
- create() - Static method in class javafx.scene.SubSceneBuilder
-
Creates a new instance of SubSceneBuilder.
- CROSSHAIR - Static variable in class javafx.scene.Cursor
-
The crosshair cursor type.
- cssMetaData(Collection<? extends CssMetaData>) - Method in class javafx.scene.NodeBuilder
-
Add the given items to the List of items in the
cssMetaData
property for the instance constructed by this builder.
- cssMetaData(CssMetaData...) - Method in class javafx.scene.NodeBuilder
-
Add the given items to the List of items in the
cssMetaData
property for the instance constructed by this builder.
- CullFace - Enum in javafx.scene.shape3d
-
Face culling setting for use with Shape3D.cullFace
- cullFace(CullFace) - Method in class javafx.scene.shape3d.Shape3DBuilder
-
Set the value of the
cullFace
property for the instance constructed by this builder.
- cullFaceProperty() - Method in class javafx.scene.shape3d.Shape3D
-
Defines the drawMode this Shape3D
.
- Cursor - Class in javafx.scene
-
A class to encapsulate the bitmap representation of the mouse cursor.
- cursor(String) - Static method in class javafx.scene.Cursor
-
Returns a cursor for the specified identifier.
- cursor(Cursor) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
cursor
property for the instance constructed by this builder.
- cursor(Cursor) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
cursor
property for the instance constructed by this builder.
- cursorProperty() - Method in class javafx.scene.Node
-
Defines the mouse cursor for this Node
and subnodes.
- cursorProperty() - Method in class javafx.scene.Scene
-
Defines the mouse cursor for this Scene
.
- Cylinder - Class in javafx.scene.shape3d
-
The Cylinder
class defines a 3 dimensional cylinder with the specified size.
- Cylinder() - Constructor for class javafx.scene.shape3d.Cylinder
-
Creates a new instance of Cylinder
of radius of 1.0 and height of 2.0.
- Cylinder(double, double) - Constructor for class javafx.scene.shape3d.Cylinder
-
Creates a new instance of Cylinder
of a given radius and height.
- Cylinder(double, double, int) - Constructor for class javafx.scene.shape3d.Cylinder
-
Creates a new instance of Cylinder
of a given radius, height, and
divisions.
- CylinderBuilder<B extends CylinderBuilder<B>> - Class in javafx.scene.shape3d
-
Builder class for javafx.scene.shape3d.Cylinder
- CylinderBuilder() - Constructor for class javafx.scene.shape3d.CylinderBuilder
-
- getAccelerators() - Method in class javafx.scene.Scene
-
Gets the list of accelerators for this Scene
.
- getAreaInScreen() - Method in class javafx.scene.Node
-
Gets the value of the property areaInScreen.
- getBaselineOffset() - Method in class javafx.scene.Node
-
The 'alphabetic' (or 'roman') baseline offset from the node's layoutBounds.minY location
that should be used when this node is being vertically aligned by baseline with
other nodes.
- getBaselineOffset() - Method in class javafx.scene.Parent
-
Calculates the baseline offset based on the first managed child.
- getBestSize(double, double) - Static method in class javafx.scene.ImageCursor
-
Gets the supported cursor size that is closest to the specified preferred
size.
- getBlendMode() - Method in class javafx.scene.Node
-
Gets the value of the property blendMode.
- getBoundsInLocal() - Method in class javafx.scene.Node
-
Gets the value of the property boundsInLocal.
- getBoundsInParent() - Method in class javafx.scene.Node
-
Gets the value of the property boundsInParent.
- getBumpMap() - Method in class javafx.scene.material.PhongMaterial
-
Gets the value of the property bumpMap.
- getCacheHint() - Method in class javafx.scene.Node
-
Gets the value of the property cacheHint.
- getCamera() - Method in class javafx.scene.Scene
-
Gets the value of the property camera.
- getCamera() - Method in class javafx.scene.SnapshotParameters
-
Gets the current camera.
- getCamera() - Method in class javafx.scene.SubScene
-
Gets the value of the property camera.
- getChildren() - Method in class javafx.scene.Group
-
Gets the list of children of this Group
.
- getChildren() - Method in class javafx.scene.Parent
-
Gets the list of children of this Parent
.
- getChildrenUnmodifiable() - Method in class javafx.scene.Parent
-
Gets the list of children of this Parent
as a read-only
list.
- getClassCssMetaData() - Static method in class javafx.scene.Node
-
- getClip() - Method in class javafx.scene.Node
-
Gets the value of the property clip.
- getColor() - Method in class javafx.scene.light.LightBase
-
Gets the value of the property color.
- getContentBias() - Method in class javafx.scene.Node
-
Returns the orientation of a node's resizing bias for layout purposes.
- getCssMetaData() - Method in class javafx.scene.Node
-
This method should delegate to
Node.getClassCssMetaData()
so that
a Node's CssMetaData can be accessed without the need for reflection.
- getCullFace() - Method in class javafx.scene.shape3d.Shape3D
-
Gets the value of the property cullFace.
- getCursor() - Method in class javafx.scene.Node
-
Gets the value of the property cursor.
- getCursor() - Method in class javafx.scene.Scene
-
Gets the value of the property cursor.
- getDepth() - Method in class javafx.scene.shape3d.Box
-
Gets the value of the property depth.
- getDepthTest() - Method in class javafx.scene.Node
-
Gets the value of the property depthTest.
- getDiffuseColor() - Method in class javafx.scene.material.PhongMaterial
-
Gets the value of the property diffuseColor.
- getDiffuseMap() - Method in class javafx.scene.material.PhongMaterial
-
Gets the value of the property diffuseMap.
- getDivisions() - Method in class javafx.scene.shape3d.Cylinder
-
Retrieves the divisions attribute use to generate this cylinder.
- getDivisions() - Method in class javafx.scene.shape3d.Sphere
-
Retrieves the divisions attribute use to generate this sphere.
- getDrawMode() - Method in class javafx.scene.shape3d.Shape3D
-
Gets the value of the property drawMode.
- getEffect() - Method in class javafx.scene.Node
-
Gets the value of the property effect.
- getEffectiveNodeOrientation() - Method in class javafx.scene.Node
-
Gets the value of the property effectiveNodeOrientation.
- getEffectiveNodeOrientation() - Method in class javafx.scene.Scene
-
Gets the value of the property effectiveNodeOrientation.
- getEventDispatcher() - Method in class javafx.scene.Node
-
Gets the value of the property eventDispatcher.
- getEventDispatcher() - Method in class javafx.scene.Scene
-
Gets the value of the property eventDispatcher.
- getFaceCount() - Method in class javafx.scene.shape3d.TriangleMesh
-
Retrieve total number of faces of this TriangleMesh
- getFaces(int[]) - Method in class javafx.scene.shape3d.TriangleMesh
-
Gets the faces, indices into the points and texCoords arrays, of this
TriangleMesh
- getFaces(int, int[], int) - Method in class javafx.scene.shape3d.TriangleMesh
-
Gets the faces, indices into the points and texCoords arrays,
associated with this TriangleMesh
starting at the specified
index
for length
number of faces.
- getFaceSmoothingGroupCount() - Method in class javafx.scene.shape3d.TriangleMesh
-
Retrieve total number of faceSmoothingGroups of this TriangleMesh
- getFaceSmoothingGroups(int[]) - Method in class javafx.scene.shape3d.TriangleMesh
-
Gets the face smoothing group for each face in this TriangleMesh
- getFaceSmoothingGroups(int, int[], int) - Method in class javafx.scene.shape3d.TriangleMesh
-
Gets the face smoothing group for each face in this TriangleMesh
starting at the specified index
for length
number of face
smoothing groups.
- getFarClip() - Method in class javafx.scene.Camera
-
Gets the value of the property farClip.
- getFieldOfView() - Method in class javafx.scene.PerspectiveCamera
-
Gets the value of the property fieldOfView.
- getFill() - Method in class javafx.scene.Scene
-
Gets the value of the property fill.
- getFill() - Method in class javafx.scene.SnapshotParameters
-
Gets the current fill.
- getFill() - Method in class javafx.scene.SubScene
-
Gets the value of the property fill.
- getFocusOwner() - Method in class javafx.scene.Scene
-
Gets the value of the property focusOwner.
- getHeight() - Method in class javafx.scene.Scene
-
Gets the value of the property height.
- getHeight() - Method in class javafx.scene.shape3d.Box
-
Gets the value of the property height.
- getHeight() - Method in class javafx.scene.shape3d.Cylinder
-
Gets the value of the property height.
- getHeight() - Method in class javafx.scene.SubScene
-
Gets the value of the property height.
- getHotspotX() - Method in class javafx.scene.ImageCursor
-
Gets the value of the property hotspotX.
- getHotspotY() - Method in class javafx.scene.ImageCursor
-
Gets the value of the property hotspotY.
- getId() - Method in class javafx.scene.Node
-
The id of this Node
.
- getImage() - Method in class javafx.scene.ImageCursor
-
Gets the value of the property image.
- getImage() - Method in class javafx.scene.SnapshotResult
-
Gets the image generated by the snapshot operation.
- getInputMethodRequests() - Method in class javafx.scene.Node
-
Gets the value of the property inputMethodRequests.
- getLayoutBounds() - Method in class javafx.scene.Node
-
Gets the value of the property layoutBounds.
- getLayoutX() - Method in class javafx.scene.Node
-
Gets the value of the property layoutX.
- getLayoutY() - Method in class javafx.scene.Node
-
Gets the value of the property layoutY.
- getLocalToParentTransform() - Method in class javafx.scene.Node
-
Gets the value of the property localToParentTransform.
- getLocalToSceneTransform() - Method in class javafx.scene.Node
-
Gets the value of the property localToSceneTransform.
- getManagedChildren() - Method in class javafx.scene.Parent
-
Gets the list of all managed children of this Parent
.
- getMaterial() - Method in class javafx.scene.shape3d.Shape3D
-
Gets the value of the property material.
- getMaximumColors() - Static method in class javafx.scene.ImageCursor
-
Returns the maximum number of colors supported in a custom image cursor
palette.
- getMesh() - Method in class javafx.scene.shape3d.MeshView
-
Gets the value of the property mesh.
- getMnemonics() - Method in class javafx.scene.Scene
-
Gets the list of mnemonics for this Scene
.
- getNearClip() - Method in class javafx.scene.Camera
-
Gets the value of the property nearClip.
- getNodeOrientation() - Method in class javafx.scene.Node
-
Gets the value of the property nodeOrientation.
- getNodeOrientation() - Method in class javafx.scene.Scene
-
Gets the value of the property nodeOrientation.
- getOnContextMenuRequested() - Method in class javafx.scene.Node
-
Gets the value of the property onContextMenuRequested.
- getOnContextMenuRequested() - Method in class javafx.scene.Scene
-
Gets the value of the property onContextMenuRequested.
- getOnDragDetected() - Method in class javafx.scene.Node
-
Gets the value of the property onDragDetected.
- getOnDragDetected() - Method in class javafx.scene.Scene
-
Gets the value of the property onDragDetected.
- getOnDragDone() - Method in class javafx.scene.Node
-
Gets the value of the property onDragDone.
- getOnDragDone() - Method in class javafx.scene.Scene
-
Gets the value of the property onDragDone.
- getOnDragDropped() - Method in class javafx.scene.Node
-
Gets the value of the property onDragDropped.
- getOnDragDropped() - Method in class javafx.scene.Scene
-
Gets the value of the property onDragDropped.
- getOnDragEntered() - Method in class javafx.scene.Node
-
Gets the value of the property onDragEntered.
- getOnDragEntered() - Method in class javafx.scene.Scene
-
Gets the value of the property onDragEntered.
- getOnDragExited() - Method in class javafx.scene.Node
-
Gets the value of the property onDragExited.
- getOnDragExited() - Method in class javafx.scene.Scene
-
Gets the value of the property onDragExited.
- getOnDragOver() - Method in class javafx.scene.Node
-
Gets the value of the property onDragOver.
- getOnDragOver() - Method in class javafx.scene.Scene
-
Gets the value of the property onDragOver.
- getOnInputMethodTextChanged() - Method in class javafx.scene.Node
-
Gets the value of the property onInputMethodTextChanged.
- getOnInputMethodTextChanged() - Method in class javafx.scene.Scene
-
Gets the value of the property onInputMethodTextChanged.
- getOnKeyPressed() - Method in class javafx.scene.Node
-
Gets the value of the property onKeyPressed.
- getOnKeyPressed() - Method in class javafx.scene.Scene
-
Gets the value of the property onKeyPressed.
- getOnKeyReleased() - Method in class javafx.scene.Node
-
Gets the value of the property onKeyReleased.
- getOnKeyReleased() - Method in class javafx.scene.Scene
-
Gets the value of the property onKeyReleased.
- getOnKeyTyped() - Method in class javafx.scene.Node
-
Gets the value of the property onKeyTyped.
- getOnKeyTyped() - Method in class javafx.scene.Scene
-
Gets the value of the property onKeyTyped.
- getOnMouseClicked() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseClicked.
- getOnMouseClicked() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseClicked.
- getOnMouseDragEntered() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseDragEntered.
- getOnMouseDragEntered() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseDragEntered.
- getOnMouseDragExited() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseDragExited.
- getOnMouseDragExited() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseDragExited.
- getOnMouseDragged() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseDragged.
- getOnMouseDragged() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseDragged.
- getOnMouseDragOver() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseDragOver.
- getOnMouseDragOver() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseDragOver.
- getOnMouseDragReleased() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseDragReleased.
- getOnMouseDragReleased() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseDragReleased.
- getOnMouseEntered() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseEntered.
- getOnMouseEntered() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseEntered.
- getOnMouseExited() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseExited.
- getOnMouseExited() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseExited.
- getOnMouseMoved() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseMoved.
- getOnMouseMoved() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseMoved.
- getOnMousePressed() - Method in class javafx.scene.Node
-
Gets the value of the property onMousePressed.
- getOnMousePressed() - Method in class javafx.scene.Scene
-
Gets the value of the property onMousePressed.
- getOnMouseReleased() - Method in class javafx.scene.Node
-
Gets the value of the property onMouseReleased.
- getOnMouseReleased() - Method in class javafx.scene.Scene
-
Gets the value of the property onMouseReleased.
- getOnRotate() - Method in class javafx.scene.Node
-
Gets the value of the property onRotate.
- getOnRotate() - Method in class javafx.scene.Scene
-
Gets the value of the property onRotate.
- getOnRotationFinished() - Method in class javafx.scene.Node
-
Gets the value of the property onRotationFinished.
- getOnRotationFinished() - Method in class javafx.scene.Scene
-
Gets the value of the property onRotationFinished.
- getOnRotationStarted() - Method in class javafx.scene.Node
-
Gets the value of the property onRotationStarted.
- getOnRotationStarted() - Method in class javafx.scene.Scene
-
Gets the value of the property onRotationStarted.
- getOnScroll() - Method in class javafx.scene.Node
-
Gets the value of the property onScroll.
- getOnScroll() - Method in class javafx.scene.Scene
-
Gets the value of the property onScroll.
- getOnScrollFinished() - Method in class javafx.scene.Node
-
Gets the value of the property onScrollFinished.
- getOnScrollFinished() - Method in class javafx.scene.Scene
-
Gets the value of the property onScrollFinished.
- getOnScrollStarted() - Method in class javafx.scene.Node
-
Gets the value of the property onScrollStarted.
- getOnScrollStarted() - Method in class javafx.scene.Scene
-
Gets the value of the property onScrollStarted.
- getOnSwipeDown() - Method in class javafx.scene.Node
-
Gets the value of the property onSwipeDown.
- getOnSwipeDown() - Method in class javafx.scene.Scene
-
Gets the value of the property onSwipeDown.
- getOnSwipeLeft() - Method in class javafx.scene.Node
-
Gets the value of the property onSwipeLeft.
- getOnSwipeLeft() - Method in class javafx.scene.Scene
-
Gets the value of the property onSwipeLeft.
- getOnSwipeRight() - Method in class javafx.scene.Node
-
Gets the value of the property onSwipeRight.
- getOnSwipeRight() - Method in class javafx.scene.Scene
-
Gets the value of the property onSwipeRight.
- getOnSwipeUp() - Method in class javafx.scene.Node
-
Gets the value of the property onSwipeUp.
- getOnSwipeUp() - Method in class javafx.scene.Scene
-
Gets the value of the property onSwipeUp.
- getOnTouchMoved() - Method in class javafx.scene.Node
-
Gets the value of the property onTouchMoved.
- getOnTouchMoved() - Method in class javafx.scene.Scene
-
Gets the value of the property onTouchMoved.
- getOnTouchPressed() - Method in class javafx.scene.Node
-
Gets the value of the property onTouchPressed.
- getOnTouchPressed() - Method in class javafx.scene.Scene
-
Gets the value of the property onTouchPressed.
- getOnTouchReleased() - Method in class javafx.scene.Node
-
Gets the value of the property onTouchReleased.
- getOnTouchReleased() - Method in class javafx.scene.Scene
-
Gets the value of the property onTouchReleased.
- getOnTouchStationary() - Method in class javafx.scene.Node
-
Gets the value of the property onTouchStationary.
- getOnTouchStationary() - Method in class javafx.scene.Scene
-
Gets the value of the property onTouchStationary.
- getOnZoom() - Method in class javafx.scene.Node
-
Gets the value of the property onZoom.
- getOnZoom() - Method in class javafx.scene.Scene
-
Gets the value of the property onZoom.
- getOnZoomFinished() - Method in class javafx.scene.Node
-
Gets the value of the property onZoomFinished.
- getOnZoomFinished() - Method in class javafx.scene.Scene
-
Gets the value of the property onZoomFinished.
- getOnZoomStarted() - Method in class javafx.scene.Node
-
Gets the value of the property onZoomStarted.
- getOnZoomStarted() - Method in class javafx.scene.Scene
-
Gets the value of the property onZoomStarted.
- getOpacity() - Method in class javafx.scene.Node
-
Gets the value of the property opacity.
- getParent() - Method in class javafx.scene.Node
-
Gets the value of the property parent.
- getPointCount() - Method in class javafx.scene.shape3d.TriangleMesh
-
Retrieve total number of points of this TriangleMesh
- getPoints(float[]) - Method in class javafx.scene.shape3d.TriangleMesh
-
Gets the points of this TriangleMesh
- getPoints(int, float[], int) - Method in class javafx.scene.shape3d.TriangleMesh
-
Gets the points associated with this TriangleMesh
starting at the
specified index
for length
number of points.
- getProperties() - Method in class javafx.scene.Node
-
Returns an observable map of properties on this node for use primarily
by application developers.
- getPseudoClassStates() - Method in class javafx.scene.Node
-
- getRadius() - Method in class javafx.scene.shape3d.Cylinder
-
Gets the value of the property radius.
- getRadius() - Method in class javafx.scene.shape3d.Sphere
-
Gets the value of the property radius.
- getRoot() - Method in class javafx.scene.Scene
-
Gets the value of the property root.
- getRoot() - Method in class javafx.scene.SubScene
-
Gets the value of the property root.
- getRotate() - Method in class javafx.scene.Node
-
Gets the value of the property rotate.
- getRotationAxis() - Method in class javafx.scene.Node
-
Gets the value of the property rotationAxis.
- getScaleX() - Method in class javafx.scene.Node
-
Gets the value of the property scaleX.
- getScaleY() - Method in class javafx.scene.Node
-
Gets the value of the property scaleY.
- getScaleZ() - Method in class javafx.scene.Node
-
Gets the value of the property scaleZ.
- getScene() - Method in class javafx.scene.Node
-
Gets the value of the property scene.
- getScope() - Method in class javafx.scene.light.LightBase
-
Gets the list of nodes that specifies the
hierarchical scope of this Light.
- getSelfIlluminationMap() - Method in class javafx.scene.material.PhongMaterial
-
Gets the value of the property selfIlluminationMap.
- getSnapshotParameters() - Method in class javafx.scene.SnapshotResult
-
Gets a copy of the SnapshotParameters used to generate the snapshot.
- getSource() - Method in class javafx.scene.SnapshotResult
-
Gets the source Node or Scene on which the snapshot was called.
- getSpecularColor() - Method in class javafx.scene.material.PhongMaterial
-
Gets the value of the property specularColor.
- getSpecularMap() - Method in class javafx.scene.material.PhongMaterial
-
Gets the value of the property specularMap.
- getSpecularPower() - Method in class javafx.scene.material.PhongMaterial
-
Gets the value of the property specularPower.
- getStyle() - Method in class javafx.scene.Node
-
A string representation of the CSS style associated with this
specific Node
.
- getStyleClass() - Method in class javafx.scene.Node
-
- getStylesheets() - Method in class javafx.scene.Parent
-
Gets an observable list of string URLs linking to the stylesheets to use
with this Parent's contents.
- getStylesheets() - Method in class javafx.scene.Scene
-
Gets an observable list of string URLs linking to the stylesheets to use
with this scene's contents.
- getTexCoordCount() - Method in class javafx.scene.shape3d.TriangleMesh
-
Retrieve total number of texture coordinates of this TriangleMesh
- getTexCoords(float[]) - Method in class javafx.scene.shape3d.TriangleMesh
-
Gets the texture coordinates of this TriangleMesh
.
- getTexCoords(int, float[], int) - Method in class javafx.scene.shape3d.TriangleMesh
-
Gets the texture coordinates associated with this TriangleMesh
starting at the specified index
for length
number of
texCoords.
- getTransform() - Method in class javafx.scene.SnapshotParameters
-
Gets the current transform.
- getTransforms() - Method in class javafx.scene.Node
-
Defines the ObservableList of Transform
objects
to be applied to this Node
.
- getTranslateX() - Method in class javafx.scene.Node
-
Gets the value of the property translateX.
- getTranslateY() - Method in class javafx.scene.Node
-
Gets the value of the property translateY.
- getTranslateZ() - Method in class javafx.scene.Node
-
Gets the value of the property translateZ.
- getUserData() - Method in class javafx.scene.Node
-
- getViewport() - Method in class javafx.scene.SnapshotParameters
-
Gets the current viewport
- getWidth() - Method in class javafx.scene.Scene
-
Gets the value of the property width.
- getWidth() - Method in class javafx.scene.shape3d.Box
-
Gets the value of the property width.
- getWidth() - Method in class javafx.scene.SubScene
-
Gets the value of the property width.
- getWindow() - Method in class javafx.scene.Scene
-
Gets the value of the property window.
- getX() - Method in class javafx.scene.Scene
-
Gets the value of the property x.
- getY() - Method in class javafx.scene.Scene
-
Gets the value of the property y.
- Group - Class in javafx.scene
-
A Group
node contains an ObservableList of children that
are rendered in order whenever this node is rendered.
- Group() - Constructor for class javafx.scene.Group
-
Constructs a group.
- Group(Node...) - Constructor for class javafx.scene.Group
-
Constructs a group consisting of children.
- Group(Collection<Node>) - Constructor for class javafx.scene.Group
-
Constructs a group consisting of the given children.
- GroupBuilder<B extends GroupBuilder<B>> - Class in javafx.scene
-
Builder class for javafx.scene.Group
- GroupBuilder() - Constructor for class javafx.scene.GroupBuilder
-
- onContextMenuRequested(EventHandler<? super ContextMenuEvent>) - Method in class javafx.scene.NodeBuilder
-
- onContextMenuRequested(EventHandler<? super ContextMenuEvent>) - Method in class javafx.scene.SceneBuilder
-
- onContextMenuRequestedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a context menu
has been requested on this Node
.
- onContextMenuRequestedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a mouse button has been clicked
(pressed and released) on this Scene
.
- onDragDetected(EventHandler<? super MouseEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onDragDetected
property for the instance constructed by this builder.
- onDragDetected(EventHandler<? super MouseEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onDragDetected
property for the instance constructed by this builder.
- onDragDetectedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when drag gesture has been
detected.
- onDragDetectedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when drag gesture has been
detected.
- onDragDone(EventHandler<? super DragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onDragDone
property for the instance constructed by this builder.
- onDragDone(EventHandler<? super DragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onDragDone
property for the instance constructed by this builder.
- onDragDoneProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when this Node
is a
drag and drop gesture source after its data has
been dropped on a drop target.
- onDragDoneProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when this @{code Scene} is a
drag and drop gesture source after its data has
been dropped on a drop target.
- onDragDropped(EventHandler<? super DragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onDragDropped
property for the instance constructed by this builder.
- onDragDropped(EventHandler<? super DragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onDragDropped
property for the instance constructed by this builder.
- onDragDroppedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when the mouse button is released
on this Node
during drag and drop gesture.
- onDragDroppedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when the mouse button is released
on this Scene
during drag and drop gesture.
- onDragEntered(EventHandler<? super DragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onDragEntered
property for the instance constructed by this builder.
- onDragEntered(EventHandler<? super DragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onDragEntered
property for the instance constructed by this builder.
- onDragEnteredProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when drag gesture
enters this Node
.
- onDragEnteredProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when drag gesture
enters this Scene
.
- onDragExited(EventHandler<? super DragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onDragExited
property for the instance constructed by this builder.
- onDragExited(EventHandler<? super DragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onDragExited
property for the instance constructed by this builder.
- onDragExitedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when drag gesture
exits this Node
.
- onDragExitedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when drag gesture
exits this Scene
.
- onDragOver(EventHandler<? super DragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onDragOver
property for the instance constructed by this builder.
- onDragOver(EventHandler<? super DragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onDragOver
property for the instance constructed by this builder.
- onDragOverProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when drag gesture progresses within
this Node
.
- onDragOverProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when drag gesture progresses
within this Scene
.
- onInputMethodTextChanged(EventHandler<? super InputMethodEvent>) - Method in class javafx.scene.NodeBuilder
-
- onInputMethodTextChanged(EventHandler<? super InputMethodEvent>) - Method in class javafx.scene.SceneBuilder
-
- onInputMethodTextChangedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when this Node
has input focus and the input method text has changed.
- onInputMethodTextChangedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when this Node
has input focus and the input method text has changed.
- onKeyPressed(EventHandler<? super KeyEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onKeyPressed
property for the instance constructed by this builder.
- onKeyPressed(EventHandler<? super KeyEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onKeyPressed
property for the instance constructed by this builder.
- onKeyPressedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when this Node
or its child
Node
has input focus and a key has been pressed.
- onKeyPressedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when some Node
of this
Scene
has input focus and a key has been pressed.
- onKeyReleased(EventHandler<? super KeyEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onKeyReleased
property for the instance constructed by this builder.
- onKeyReleased(EventHandler<? super KeyEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onKeyReleased
property for the instance constructed by this builder.
- onKeyReleasedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when this Node
or its child
Node
has input focus and a key has been released.
- onKeyReleasedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when some Node
of this
Scene
has input focus and a key has been released.
- onKeyTyped(EventHandler<? super KeyEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onKeyTyped
property for the instance constructed by this builder.
- onKeyTyped(EventHandler<? super KeyEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onKeyTyped
property for the instance constructed by this builder.
- onKeyTypedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when this Node
or its child
Node
has input focus and a key has been typed.
- onKeyTypedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when some Node
of this
Scene
has input focus and a key has been typed.
- onMouseClicked(EventHandler<? super MouseEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseClicked
property for the instance constructed by this builder.
- onMouseClicked(EventHandler<? super MouseEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseClicked
property for the instance constructed by this builder.
- onMouseClickedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a mouse button has been clicked
(pressed and released) on this Node
.
- onMouseClickedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a mouse button has been clicked
(pressed and released) on this Scene
.
- onMouseDragEntered(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseDragEntered
property for the instance constructed by this builder.
- onMouseDragEntered(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseDragEntered
property for the instance constructed by this builder.
- onMouseDragEnteredProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a full press-drag-release gesture
enters this Node
.
- onMouseDragEnteredProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a full press-drag-release gesture
enters this Scene
.
- onMouseDragExited(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseDragExited
property for the instance constructed by this builder.
- onMouseDragExited(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseDragExited
property for the instance constructed by this builder.
- onMouseDragExitedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a full press-drag-release gesture
leaves this Node
.
- onMouseDragExitedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a full press-drag-release gesture
exits this Scene
.
- onMouseDragged(EventHandler<? super MouseEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseDragged
property for the instance constructed by this builder.
- onMouseDragged(EventHandler<? super MouseEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseDragged
property for the instance constructed by this builder.
- onMouseDraggedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a mouse button is pressed
on this Node
and then dragged.
- onMouseDraggedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a mouse button is pressed
on this Scene
and then dragged.
- onMouseDragOver(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseDragOver
property for the instance constructed by this builder.
- onMouseDragOver(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseDragOver
property for the instance constructed by this builder.
- onMouseDragOverProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a full press-drag-release gesture
progresses within this Node
.
- onMouseDragOverProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a full press-drag-release gesture
progresses within this Scene
.
- onMouseDragReleased(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseDragReleased
property for the instance constructed by this builder.
- onMouseDragReleased(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseDragReleased
property for the instance constructed by this builder.
- onMouseDragReleasedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a full press-drag-release gesture
ends (by releasing mouse button) within this Node
.
- onMouseDragReleasedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a full press-drag-release gesture
ends within this Scene
.
- onMouseEntered(EventHandler<? super MouseEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseEntered
property for the instance constructed by this builder.
- onMouseEntered(EventHandler<? super MouseEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseEntered
property for the instance constructed by this builder.
- onMouseEnteredProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when the mouse enters this Node
.
- onMouseEnteredProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when the mouse enters this Scene
.
- onMouseExited(EventHandler<? super MouseEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseExited
property for the instance constructed by this builder.
- onMouseExited(EventHandler<? super MouseEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseExited
property for the instance constructed by this builder.
- onMouseExitedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when the mouse exits this Node
.
- onMouseExitedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when the mouse exits this Scene
.
- onMouseMoved(EventHandler<? super MouseEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseMoved
property for the instance constructed by this builder.
- onMouseMoved(EventHandler<? super MouseEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseMoved
property for the instance constructed by this builder.
- onMouseMovedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when mouse cursor moves within
this Node
but no buttons have been pushed.
- onMouseMovedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when mouse cursor moves within
this Scene
but no buttons have been pushed.
- onMousePressed(EventHandler<? super MouseEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMousePressed
property for the instance constructed by this builder.
- onMousePressed(EventHandler<? super MouseEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMousePressed
property for the instance constructed by this builder.
- onMousePressedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a mouse button
has been pressed on this Node
.
- onMousePressedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a mouse button
has been pressed on this Scene
.
- onMouseReleased(EventHandler<? super MouseEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onMouseReleased
property for the instance constructed by this builder.
- onMouseReleased(EventHandler<? super MouseEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onMouseReleased
property for the instance constructed by this builder.
- onMouseReleasedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a mouse button
has been released on this Node
.
- onMouseReleasedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a mouse button
has been released on this Scene
.
- onRotate(EventHandler<? super RotateEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onRotate
property for the instance constructed by this builder.
- onRotate(EventHandler<? super RotateEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onRotate
property for the instance constructed by this builder.
- onRotateProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when user performs a rotation action.
- onRotateProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when user performs a rotating action.
- onRotationFinished(EventHandler<? super RotateEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onRotationFinished
property for the instance constructed by this builder.
- onRotationFinished(EventHandler<? super RotateEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onRotationFinished
property for the instance constructed by this builder.
- onRotationFinishedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a rotation gesture ends.
- onRotationFinishedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a rotating gesture ends.
- onRotationStarted(EventHandler<? super RotateEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onRotationStarted
property for the instance constructed by this builder.
- onRotationStarted(EventHandler<? super RotateEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onRotationStarted
property for the instance constructed by this builder.
- onRotationStartedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a rotation gesture is detected.
- onRotationStartedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a rotating gesture is detected.
- onScroll(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onScroll
property for the instance constructed by this builder.
- onScroll(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onScroll
property for the instance constructed by this builder.
- onScrollFinished(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onScrollFinished
property for the instance constructed by this builder.
- onScrollFinished(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onScrollFinished
property for the instance constructed by this builder.
- onScrollFinishedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a scrolling gesture ends.
- onScrollFinishedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a scrolling gesture ends.
- onScrollProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when user performs a scrolling action.
- onScrollProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when user performs a scrolling action.
- onScrollStarted(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onScrollStarted
property for the instance constructed by this builder.
- onScrollStarted(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onScrollStarted
property for the instance constructed by this builder.
- onScrollStartedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a scrolling gesture is detected.
- onScrollStartedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a scrolling gesture is detected.
- onSwipeDown(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onSwipeDown
property for the instance constructed by this builder.
- onSwipeDown(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onSwipeDown
property for the instance constructed by this builder.
- onSwipeDownProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a downward swipe gesture
centered over this node happens.
- onSwipeDownProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when an downward swipe gesture
happens in this scene.
- onSwipeLeft(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onSwipeLeft
property for the instance constructed by this builder.
- onSwipeLeft(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onSwipeLeft
property for the instance constructed by this builder.
- onSwipeLeftProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a leftward swipe gesture
centered over this node happens.
- onSwipeLeftProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when an leftward swipe gesture
happens in this scene.
- onSwipeRight(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onSwipeRight
property for the instance constructed by this builder.
- onSwipeRight(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onSwipeRight
property for the instance constructed by this builder.
- onSwipeRightProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when an rightward swipe gesture
centered over this node happens.
- onSwipeRightProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when an rightward swipe gesture
happens in this scene.
- onSwipeUp(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onSwipeUp
property for the instance constructed by this builder.
- onSwipeUp(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onSwipeUp
property for the instance constructed by this builder.
- onSwipeUpProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when an upward swipe gesture
centered over this node happens.
- onSwipeUpProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when an upward swipe gesture
happens in this scene.
- onTouchMoved(EventHandler<? super TouchEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onTouchMoved
property for the instance constructed by this builder.
- onTouchMoved(EventHandler<? super TouchEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onTouchMoved
property for the instance constructed by this builder.
- onTouchMovedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a touch point is moved.
- onTouchMovedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a touch point is moved.
- onTouchPressed(EventHandler<? super TouchEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onTouchPressed
property for the instance constructed by this builder.
- onTouchPressed(EventHandler<? super TouchEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onTouchPressed
property for the instance constructed by this builder.
- onTouchPressedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a new touch point is pressed.
- onTouchPressedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a new touch point is pressed.
- onTouchReleased(EventHandler<? super TouchEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onTouchReleased
property for the instance constructed by this builder.
- onTouchReleased(EventHandler<? super TouchEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onTouchReleased
property for the instance constructed by this builder.
- onTouchReleasedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a touch point is released.
- onTouchReleasedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a new touch point is pressed.
- onTouchStationary(EventHandler<? super TouchEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onTouchStationary
property for the instance constructed by this builder.
- onTouchStationary(EventHandler<? super TouchEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onTouchStationary
property for the instance constructed by this builder.
- onTouchStationaryProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a touch point stays pressed and
still.
- onTouchStationaryProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a touch point stays pressed and
still.
- onZoom(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onZoom
property for the instance constructed by this builder.
- onZoom(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onZoom
property for the instance constructed by this builder.
- onZoomFinished(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onZoomFinished
property for the instance constructed by this builder.
- onZoomFinished(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onZoomFinished
property for the instance constructed by this builder.
- onZoomFinishedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a zooming gesture ends.
- onZoomFinishedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a zooming gesture ends.
- onZoomProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when user performs a zooming action.
- onZoomProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when user performs a zooming action.
- onZoomStarted(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
onZoomStarted
property for the instance constructed by this builder.
- onZoomStarted(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.SceneBuilder
-
Set the value of the
onZoomStarted
property for the instance constructed by this builder.
- onZoomStartedProperty() - Method in class javafx.scene.Node
-
Defines a function to be called when a zooming gesture is detected.
- onZoomStartedProperty() - Method in class javafx.scene.Scene
-
Defines a function to be called when a zooming gesture is detected.
- opacity(double) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
opacity
property for the instance constructed by this builder.
- opacityProperty() - Method in class javafx.scene.Node
-
Specifies how opaque (that is, solid) the Node
appears.
- OPEN_HAND - Static variable in class javafx.scene.Cursor
-
A cursor with a hand which is open
- S_RESIZE - Static variable in class javafx.scene.Cursor
-
The south-resize cursor type.
- scaleX(double) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
scaleX
property for the instance constructed by this builder.
- scaleXProperty() - Method in class javafx.scene.Node
-
Defines the factor by which coordinates are scaled about the center of the
object along the X axis of this Node
.
- scaleY(double) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
scaleY
property for the instance constructed by this builder.
- scaleYProperty() - Method in class javafx.scene.Node
-
Defines the factor by which coordinates are scaled about the center of the
object along the Y axis of this Node
.
- scaleZ(double) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
scaleZ
property for the instance constructed by this builder.
- scaleZProperty() - Method in class javafx.scene.Node
-
Defines the factor by which coordinates are scaled about the center of the
object along the Z axis of this Node
.
- Scene - Class in javafx.scene
-
The JavaFX Scene
class is the container for all content in a scene graph.
- Scene(Parent) - Constructor for class javafx.scene.Scene
-
Creates a Scene for a specific root Node.
- Scene(Parent, double, double) - Constructor for class javafx.scene.Scene
-
Creates a Scene for a specific root Node with a specific size.
- Scene(Parent, Paint) - Constructor for class javafx.scene.Scene
-
Creates a Scene for a specific root Node with a fill.
- Scene(Parent, double, double, Paint) - Constructor for class javafx.scene.Scene
-
Creates a Scene for a specific root Node with a specific size and fill.
- Scene(Parent, double, double, boolean) - Constructor for class javafx.scene.Scene
-
Constructs a scene consisting of a root, with a dimension of width and
height, and specifies whether a depth buffer is created for this scene.
- Scene(Parent, double, double, boolean, boolean) - Constructor for class javafx.scene.Scene
-
Constructs a scene consisting of a root, with a dimension of width and
height, specifies whether a depth buffer is created for this scene and
specifies whether scene anti-aliasing is requested.
- SceneBuilder<B extends SceneBuilder<B>> - Class in javafx.scene
-
Builder class for javafx.scene.Scene
- SceneBuilder() - Constructor for class javafx.scene.SceneBuilder
-
- sceneProperty() - Method in class javafx.scene.Node
-
The
Scene
that this
Node
is part of.
- sceneToLocal(double, double) - Method in class javafx.scene.Node
-
Transforms a point from the coordinate space of the
Scene
into the local coordinate space of this
Node
.
- sceneToLocal(Point2D) - Method in class javafx.scene.Node
-
Transforms a point from the coordinate space of the
Scene
into the local coordinate space of this
Node
.
- sceneToLocal(Point3D) - Method in class javafx.scene.Node
-
Transforms a point from the coordinate space of the
Scene
into the local coordinate space of this
Node
.
- sceneToLocal(double, double, double) - Method in class javafx.scene.Node
-
Transforms a point from the coordinate space of the
Scene
into the local coordinate space of this
Node
.
- sceneToLocal(Bounds) - Method in class javafx.scene.Node
-
Transforms a rectangle from the coordinate space of the
Scene
into the local coordinate space of this
Node
.
- scope(Collection<? extends Node>) - Method in class javafx.scene.light.LightBaseBuilder
-
Add the given items to the List of items in the
scope
property for the instance constructed by this builder.
- scope(Node...) - Method in class javafx.scene.light.LightBaseBuilder
-
Add the given items to the List of items in the
scope
property for the instance constructed by this builder.
- screenToLocal(double, double) - Method in class javafx.scene.Node
-
Transforms a point from the coordinate space of the Screen
into the local coordinate space of this Node
.
- screenToLocal(Point2D) - Method in class javafx.scene.Node
-
Transforms a point from the coordinate space of the javafx.scene.Screen
into the local coordinate space of this Node
.
- screenToLocal(Bounds) - Method in class javafx.scene.Node
-
Transforms a rectangle from the coordinate space of the
javafx.scene.Screen
into the local coordinate space of this
Node
.
- SE_RESIZE - Static variable in class javafx.scene.Cursor
-
The south-east-resize cursor type.
- selfIlluminationMap(Image) - Method in class javafx.scene.material.PhongMaterialBuilder
-
Set the value of the
selfIlluminationMap
property for the instance constructed by this builder.
- selfIlluminationMapProperty() - Method in class javafx.scene.material.PhongMaterial
-
The self illumination map of this {@code PhongMaterial).
- setAutoSizeChildren(boolean) - Method in class javafx.scene.Group
-
Sets the value of the property autoSizeChildren.
- setBlendMode(BlendMode) - Method in class javafx.scene.Node
-
Sets the value of the property blendMode.
- setBumpMap(Image) - Method in class javafx.scene.material.PhongMaterial
-
Sets the value of the property bumpMap.
- setCache(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property cache.
- setCacheHint(CacheHint) - Method in class javafx.scene.Node
-
Sets the value of the property cacheHint.
- setCamera(Camera) - Method in class javafx.scene.Scene
-
Sets the value of the property camera.
- setCamera(Camera) - Method in class javafx.scene.SnapshotParameters
-
Sets the camera to the specified value.
- setCamera(Camera) - Method in class javafx.scene.SubScene
-
Sets the value of the property camera.
- setClip(Node) - Method in class javafx.scene.Node
-
Sets the value of the property clip.
- setColor(Color) - Method in class javafx.scene.light.LightBase
-
Sets the value of the property color.
- setCullFace(CullFace) - Method in class javafx.scene.shape3d.Shape3D
-
Sets the value of the property cullFace.
- setCursor(Cursor) - Method in class javafx.scene.Node
-
Sets the value of the property cursor.
- setCursor(Cursor) - Method in class javafx.scene.Scene
-
Sets the value of the property cursor.
- setDepth(double) - Method in class javafx.scene.shape3d.Box
-
Sets the value of the property depth.
- setDepthBuffer(boolean) - Method in class javafx.scene.SnapshotParameters
-
Sets the depthBuffer flag to the specified value.
- setDepthTest(DepthTest) - Method in class javafx.scene.Node
-
Sets the value of the property depthTest.
- setDiffuseColor(Color) - Method in class javafx.scene.material.PhongMaterial
-
Sets the value of the property diffuseColor.
- setDiffuseMap(Image) - Method in class javafx.scene.material.PhongMaterial
-
Sets the value of the property diffuseMap.
- setDirty(boolean) - Method in class javafx.scene.material.Material
-
Sets the value of the property dirty.
- setDirty(boolean) - Method in class javafx.scene.material.PhongMaterial
-
- setDirty(boolean) - Method in class javafx.scene.shape3d.Mesh
-
Sets the value of the property dirty.
- setDirty(boolean) - Method in class javafx.scene.shape3d.TriangleMesh
-
- setDisable(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property disable.
- setDisabled(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property disabled.
- setDrawMode(DrawMode) - Method in class javafx.scene.shape3d.Shape3D
-
Sets the value of the property drawMode.
- setEffect(Effect) - Method in class javafx.scene.Node
-
Sets the value of the property effect.
- setEventDispatcher(EventDispatcher) - Method in class javafx.scene.Node
-
Sets the value of the property eventDispatcher.
- setEventDispatcher(EventDispatcher) - Method in class javafx.scene.Scene
-
Sets the value of the property eventDispatcher.
- setEventHandler(EventType<T>, EventHandler<? super T>) - Method in class javafx.scene.Node
-
Sets the handler to use for this event type.
- setEventHandler(EventType<T>, EventHandler<? super T>) - Method in class javafx.scene.Scene
-
Sets the handler to use for this event type.
- setFaces(int[]) - Method in class javafx.scene.shape3d.TriangleMesh
-
Sets the faces, indices into the points and texCoords arrays,
associated with this TriangleMesh
.
- setFaces(int, int[], int, int) - Method in class javafx.scene.shape3d.TriangleMesh
-
Sets the faces, indices into the points and texCoords arrays,
associated with this TriangleMesh
starting at the specifiedindex
using data in faces
starting at index start
for length
number of faces.
- setFaceSmoothingGroups(int[]) - Method in class javafx.scene.shape3d.TriangleMesh
-
Sets the face smoothing group for each face in this TriangleMesh
TODO: 3D - if faceSmoothingGroups is null (default) --> smooth faces
Note: faceSmoothingGroups.length must be equal to faces.length/NUM_COMPONENTS_PER_FACE.
- setFaceSmoothingGroups(int, int[], int, int) - Method in class javafx.scene.shape3d.TriangleMesh
-
Sets the faceSmoothingGroups associated with this TriangleMesh
starting at the specified index
using data in faceSmoothingGroups
starting at index start
for length
number of faceSmoothingGroups.
- setFarClip(double) - Method in class javafx.scene.Camera
-
Sets the value of the property farClip.
- setFieldOfView(double) - Method in class javafx.scene.PerspectiveCamera
-
Sets the value of the property fieldOfView.
- setFill(Paint) - Method in class javafx.scene.Scene
-
Sets the value of the property fill.
- setFill(Paint) - Method in class javafx.scene.SnapshotParameters
-
Sets the fill to the specified value.
- setFill(Paint) - Method in class javafx.scene.SubScene
-
Sets the value of the property fill.
- setFocused(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property focused.
- setFocusTraversable(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property focusTraversable.
- setHeight(double) - Method in class javafx.scene.shape3d.Box
-
Sets the value of the property height.
- setHeight(double) - Method in class javafx.scene.shape3d.Cylinder
-
Sets the value of the property height.
- setHeight(double) - Method in class javafx.scene.SubScene
-
Sets the value of the property height.
- setHover(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property hover.
- setId(String) - Method in class javafx.scene.Node
-
Sets the value of the property id.
- setInputMethodRequests(InputMethodRequests) - Method in class javafx.scene.Node
-
Sets the value of the property inputMethodRequests.
- setLayoutX(double) - Method in class javafx.scene.Node
-
Sets the value of the property layoutX.
- setLayoutY(double) - Method in class javafx.scene.Node
-
Sets the value of the property layoutY.
- setLightOn(boolean) - Method in class javafx.scene.light.LightBase
-
Sets the value of the property lightOn.
- setManaged(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property managed.
- setMaterial(Material) - Method in class javafx.scene.shape3d.Shape3D
-
Sets the value of the property material.
- setMesh(Mesh) - Method in class javafx.scene.shape3d.MeshView
-
Sets the value of the property mesh.
- setMouseTransparent(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property mouseTransparent.
- setNearClip(double) - Method in class javafx.scene.Camera
-
Sets the value of the property nearClip.
- setNeedsLayout(boolean) - Method in class javafx.scene.Parent
-
Sets the value of the property needsLayout.
- setNodeOrientation(NodeOrientation) - Method in class javafx.scene.Node
-
Sets the value of the property nodeOrientation.
- setNodeOrientation(NodeOrientation) - Method in class javafx.scene.Scene
-
Sets the value of the property nodeOrientation.
- setOnContextMenuRequested(EventHandler<? super ContextMenuEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onContextMenuRequested.
- setOnContextMenuRequested(EventHandler<? super ContextMenuEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onContextMenuRequested.
- setOnDragDetected(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onDragDetected.
- setOnDragDetected(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onDragDetected.
- setOnDragDone(EventHandler<? super DragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onDragDone.
- setOnDragDone(EventHandler<? super DragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onDragDone.
- setOnDragDropped(EventHandler<? super DragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onDragDropped.
- setOnDragDropped(EventHandler<? super DragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onDragDropped.
- setOnDragEntered(EventHandler<? super DragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onDragEntered.
- setOnDragEntered(EventHandler<? super DragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onDragEntered.
- setOnDragExited(EventHandler<? super DragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onDragExited.
- setOnDragExited(EventHandler<? super DragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onDragExited.
- setOnDragOver(EventHandler<? super DragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onDragOver.
- setOnDragOver(EventHandler<? super DragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onDragOver.
- setOnInputMethodTextChanged(EventHandler<? super InputMethodEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onInputMethodTextChanged.
- setOnInputMethodTextChanged(EventHandler<? super InputMethodEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onInputMethodTextChanged.
- setOnKeyPressed(EventHandler<? super KeyEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onKeyPressed.
- setOnKeyPressed(EventHandler<? super KeyEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onKeyPressed.
- setOnKeyReleased(EventHandler<? super KeyEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onKeyReleased.
- setOnKeyReleased(EventHandler<? super KeyEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onKeyReleased.
- setOnKeyTyped(EventHandler<? super KeyEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onKeyTyped.
- setOnKeyTyped(EventHandler<? super KeyEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onKeyTyped.
- setOnMouseClicked(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseClicked.
- setOnMouseClicked(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseClicked.
- setOnMouseDragEntered(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseDragEntered.
- setOnMouseDragEntered(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseDragEntered.
- setOnMouseDragExited(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseDragExited.
- setOnMouseDragExited(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseDragExited.
- setOnMouseDragged(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseDragged.
- setOnMouseDragged(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseDragged.
- setOnMouseDragOver(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseDragOver.
- setOnMouseDragOver(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseDragOver.
- setOnMouseDragReleased(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseDragReleased.
- setOnMouseDragReleased(EventHandler<? super MouseDragEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseDragReleased.
- setOnMouseEntered(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseEntered.
- setOnMouseEntered(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseEntered.
- setOnMouseExited(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseExited.
- setOnMouseExited(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseExited.
- setOnMouseMoved(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseMoved.
- setOnMouseMoved(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseMoved.
- setOnMousePressed(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMousePressed.
- setOnMousePressed(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMousePressed.
- setOnMouseReleased(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onMouseReleased.
- setOnMouseReleased(EventHandler<? super MouseEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onMouseReleased.
- setOnRotate(EventHandler<? super RotateEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onRotate.
- setOnRotate(EventHandler<? super RotateEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onRotate.
- setOnRotationFinished(EventHandler<? super RotateEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onRotationFinished.
- setOnRotationFinished(EventHandler<? super RotateEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onRotationFinished.
- setOnRotationStarted(EventHandler<? super RotateEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onRotationStarted.
- setOnRotationStarted(EventHandler<? super RotateEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onRotationStarted.
- setOnScroll(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onScroll.
- setOnScroll(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onScroll.
- setOnScrollFinished(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onScrollFinished.
- setOnScrollFinished(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onScrollFinished.
- setOnScrollStarted(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onScrollStarted.
- setOnScrollStarted(EventHandler<? super ScrollEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onScrollStarted.
- setOnSwipeDown(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onSwipeDown.
- setOnSwipeDown(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onSwipeDown.
- setOnSwipeLeft(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onSwipeLeft.
- setOnSwipeLeft(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onSwipeLeft.
- setOnSwipeRight(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onSwipeRight.
- setOnSwipeRight(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onSwipeRight.
- setOnSwipeUp(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onSwipeUp.
- setOnSwipeUp(EventHandler<? super SwipeEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onSwipeUp.
- setOnTouchMoved(EventHandler<? super TouchEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onTouchMoved.
- setOnTouchMoved(EventHandler<? super TouchEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onTouchMoved.
- setOnTouchPressed(EventHandler<? super TouchEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onTouchPressed.
- setOnTouchPressed(EventHandler<? super TouchEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onTouchPressed.
- setOnTouchReleased(EventHandler<? super TouchEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onTouchReleased.
- setOnTouchReleased(EventHandler<? super TouchEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onTouchReleased.
- setOnTouchStationary(EventHandler<? super TouchEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onTouchStationary.
- setOnTouchStationary(EventHandler<? super TouchEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onTouchStationary.
- setOnZoom(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onZoom.
- setOnZoom(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onZoom.
- setOnZoomFinished(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onZoomFinished.
- setOnZoomFinished(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onZoomFinished.
- setOnZoomStarted(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.Node
-
Sets the value of the property onZoomStarted.
- setOnZoomStarted(EventHandler<? super ZoomEvent>) - Method in class javafx.scene.Scene
-
Sets the value of the property onZoomStarted.
- setOpacity(double) - Method in class javafx.scene.Node
-
Sets the value of the property opacity.
- setPickOnBounds(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property pickOnBounds.
- setPoints(float[]) - Method in class javafx.scene.shape3d.TriangleMesh
-
Sets the points of this TriangleMesh
- setPoints(int, float[], int, int) - Method in class javafx.scene.shape3d.TriangleMesh
-
Sets the points associated with this TriangleMesh
starting at the specified index
using data in points
starting at index start
for length
number of points.
- setPressed(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property pressed.
- setRadius(double) - Method in class javafx.scene.shape3d.Cylinder
-
Sets the value of the property radius.
- setRadius(double) - Method in class javafx.scene.shape3d.Sphere
-
Sets the value of the property radius.
- setRoot(Parent) - Method in class javafx.scene.Scene
-
Sets the value of the property root.
- setRoot(Parent) - Method in class javafx.scene.SubScene
-
Sets the value of the property root.
- setRotate(double) - Method in class javafx.scene.Node
-
Sets the value of the property rotate.
- setRotationAxis(Point3D) - Method in class javafx.scene.Node
-
Sets the value of the property rotationAxis.
- setScaleX(double) - Method in class javafx.scene.Node
-
Sets the value of the property scaleX.
- setScaleY(double) - Method in class javafx.scene.Node
-
Sets the value of the property scaleY.
- setScaleZ(double) - Method in class javafx.scene.Node
-
Sets the value of the property scaleZ.
- setSelfIlluminationMap(Image) - Method in class javafx.scene.material.PhongMaterial
-
Sets the value of the property selfIlluminationMap.
- setSpecularColor(Color) - Method in class javafx.scene.material.PhongMaterial
-
Sets the value of the property specularColor.
- setSpecularMap(Image) - Method in class javafx.scene.material.PhongMaterial
-
Sets the value of the property specularMap.
- setSpecularPower(double) - Method in class javafx.scene.material.PhongMaterial
-
Sets the value of the property specularPower.
- setStyle(String) - Method in class javafx.scene.Node
-
A string representation of the CSS style associated with this
specific Node
.
- setTexCoords(float[]) - Method in class javafx.scene.shape3d.TriangleMesh
-
Sets the texture coordinates of this TriangleMesh
.
- setTexCoords(int, float[], int, int) - Method in class javafx.scene.shape3d.TriangleMesh
-
Sets the texture coordinates associated with this TriangleMesh
starting at the specified index
using data in texCoords
starting at index start
for length
number of texCoords.
- setTransform(Transform) - Method in class javafx.scene.SnapshotParameters
-
Sets the transform to the specified value.
- setTranslateX(double) - Method in class javafx.scene.Node
-
Sets the value of the property translateX.
- setTranslateY(double) - Method in class javafx.scene.Node
-
Sets the value of the property translateY.
- setTranslateZ(double) - Method in class javafx.scene.Node
-
Sets the value of the property translateZ.
- setUserData(Object) - Method in class javafx.scene.Node
-
Convenience method for setting a single Object property that can be
retrieved at a later date.
- setVerticalFieldOfView(boolean) - Method in class javafx.scene.PerspectiveCamera
-
Sets the value of the property verticalFieldOfView.
- setViewport(Rectangle2D) - Method in class javafx.scene.SnapshotParameters
-
Sets the viewport used for rendering.
- setVisible(boolean) - Method in class javafx.scene.Node
-
Sets the value of the property visible.
- setWidth(double) - Method in class javafx.scene.shape3d.Box
-
Sets the value of the property width.
- setWidth(double) - Method in class javafx.scene.SubScene
-
Sets the value of the property width.
- Shape3D - Class in javafx.scene.shape3d
-
The Shape3D
base class provides definitions of common properties for
objects that represent some form of 3D geometric shape.
- Shape3D() - Constructor for class javafx.scene.shape3d.Shape3D
-
- Shape3DBuilder<B extends Shape3DBuilder<B>> - Class in javafx.scene.shape3d
-
Builder class for javafx.scene.shape3d.Shape3D
- Shape3DBuilder() - Constructor for class javafx.scene.shape3d.Shape3DBuilder
-
- snapshot(SnapshotParameters, WritableImage) - Method in class javafx.scene.Node
-
Takes a snapshot of this node and returns the rendered image when
it is ready.
- snapshot(Callback<SnapshotResult, Void>, SnapshotParameters, WritableImage) - Method in class javafx.scene.Node
-
Takes a snapshot of this node at the next frame and calls the
specified callback method when the image is ready.
- snapshot(WritableImage) - Method in class javafx.scene.Scene
-
Takes a snapshot of this scene and returns the rendered image when
it is ready.
- snapshot(Callback<SnapshotResult, Void>, WritableImage) - Method in class javafx.scene.Scene
-
Takes a snapshot of this scene at the next frame and calls the
specified callback method when the image is ready.
- SnapshotParameters - Class in javafx.scene
-
Parameters used to specify the rendering attributes for Node snapshot.
- SnapshotParameters() - Constructor for class javafx.scene.SnapshotParameters
-
Constructs a new SnapshotParameters object with default values for
all rendering attributes.
- SnapshotParametersBuilder<B extends SnapshotParametersBuilder<B>> - Class in javafx.scene
-
Builder class for javafx.scene.SnapshotParameters
- SnapshotParametersBuilder() - Constructor for class javafx.scene.SnapshotParametersBuilder
-
- SnapshotResult - Class in javafx.scene
-
This class holds the result of a snapshot operation.
- specularColor(Color) - Method in class javafx.scene.material.PhongMaterialBuilder
-
Set the value of the
specularColor
property for the instance constructed by this builder.
- specularColorProperty() - Method in class javafx.scene.material.PhongMaterial
-
Specifies the specular color of this Material.
- specularMap(Image) - Method in class javafx.scene.material.PhongMaterialBuilder
-
Set the value of the
specularMap
property for the instance constructed by this builder.
- specularMapProperty() - Method in class javafx.scene.material.PhongMaterial
-
The specular map of this {@code PhongMaterial).
- specularPower(double) - Method in class javafx.scene.material.PhongMaterialBuilder
-
Set the value of the
specularPower
property for the instance constructed by this builder.
- specularPowerProperty() - Method in class javafx.scene.material.PhongMaterial
-
Defines the specular power of this Material.
- Sphere - Class in javafx.scene.shape3d
-
The Sphere
class defines a 3 dimensional sphere with the specified size.
- Sphere() - Constructor for class javafx.scene.shape3d.Sphere
-
Creates a new instance of Sphere
of radius of 1.0.
- Sphere(double) - Constructor for class javafx.scene.shape3d.Sphere
-
Creates a new instance of Sphere
of a given radius.
- Sphere(double, int) - Constructor for class javafx.scene.shape3d.Sphere
-
Creates a new instance of Sphere
of a given radius and number
of divisions.
- SphereBuilder<B extends SphereBuilder<B>> - Class in javafx.scene.shape3d
-
Builder class for javafx.scene.shape3d.Sphere
- SphereBuilder() - Constructor for class javafx.scene.shape3d.SphereBuilder
-
- startDragAndDrop(TransferMode...) - Method in class javafx.scene.Node
-
Confirms a potential drag and drop gesture that is recognized over this
Node
.
- startDragAndDrop(TransferMode...) - Method in class javafx.scene.Scene
-
Confirms a potential drag and drop gesture that is recognized over this
Scene
.
- startFullDrag() - Method in class javafx.scene.Node
-
Starts a full press-drag-release gesture with this node as gesture
source.
- startFullDrag() - Method in class javafx.scene.Scene
-
Starts a full press-drag-release gesture with this scene as gesture
source.
- style(String) - Method in class javafx.scene.NodeBuilder
-
Set the value of the
style
property for the instance constructed by this builder.
- styleClass(Collection<? extends String>) - Method in class javafx.scene.NodeBuilder
-
Add the given items to the List of items in the
styleClass
property for the instance constructed by this builder.
- styleClass(String...) - Method in class javafx.scene.NodeBuilder
-
Add the given items to the List of items in the
styleClass
property for the instance constructed by this builder.
- styleProperty() - Method in class javafx.scene.Node
-
A string representation of the CSS style associated with this
specific Node
.
- stylesheets(Collection<? extends String>) - Method in class javafx.scene.ParentBuilder
-
Add the given items to the List of items in the
stylesheets
property for the instance constructed by this builder.
- stylesheets(String...) - Method in class javafx.scene.ParentBuilder
-
Add the given items to the List of items in the
stylesheets
property for the instance constructed by this builder.
- stylesheets(Collection<? extends String>) - Method in class javafx.scene.SceneBuilder
-
Add the given items to the List of items in the
stylesheets
property for the instance constructed by this builder.
- stylesheets(String...) - Method in class javafx.scene.SceneBuilder
-
Add the given items to the List of items in the
stylesheets
property for the instance constructed by this builder.
- SubScene - Class in javafx.scene
-
The SubScene
class is the container for content in a scene graph.
- SubScene(Parent, double, double) - Constructor for class javafx.scene.SubScene
-
Creates a SubScene for a specific root Node with a specific size.
- SubScene(Parent, double, double, boolean, boolean) - Constructor for class javafx.scene.SubScene
-
Constructs a SubScene consisting of a root, with a dimension of width and
height, specifies whether a depth buffer is created for this scene and
specifies whether scene anti-aliasing is requested.
- SubSceneBuilder<B extends SubSceneBuilder<B>> - Class in javafx.scene
-
Builder class for javafx.scene.SubScene
- SubSceneBuilder() - Constructor for class javafx.scene.SubSceneBuilder
-
- SW_RESIZE - Static variable in class javafx.scene.Cursor
-
The south-west-resize cursor type.