Package | Description |
---|---|
com.sun.javafx.css | |
com.sun.javafx.scene | |
com.sun.javafx.scene.input | |
com.sun.javafx.scene.traversal |
Modifier and Type | Method and Description |
---|---|
StyleMap |
StyleManager.findMatchingStyles(Node node,
SubScene subScene,
Set<PseudoClass>[] triggerStates)
Finds matching styles for this Node.
|
void |
StyleManager.forget(SubScene subScene)
called from Window when the scene is closed.
|
StyleCache |
StyleManager.getSharedCache(Styleable styleable,
SubScene subScene,
StyleCache.Key key)
StyleHelper uses this cache but it lives here so it can be cleared
when style-sheets change.
|
StyleMap |
StyleManager.getStyleMap(Styleable styleable,
SubScene subScene,
int smapId) |
Modifier and Type | Method and Description |
---|---|
static SubScene |
NodeHelper.getSubScene(Node node) |
SubScene |
NodeHelper.NodeAccessor.getSubScene(Node node) |
Modifier and Type | Method and Description |
---|---|
static Camera |
SubSceneHelper.getEffectiveCamera(SubScene subScene) |
Camera |
SubSceneHelper.SubSceneAccessor.getEffectiveCamera(SubScene subScene) |
static boolean |
SubSceneHelper.isDepthBuffer(SubScene subScene) |
boolean |
SubSceneHelper.SubSceneAccessor.isDepthBuffer(SubScene subScene) |
static Point2D |
SceneUtils.sceneToSubScenePlane(SubScene subScene,
Point2D point)
Translates point from scene coordinates to subScene local coordinates.
|
static Point3D |
SceneUtils.subSceneToScene(SubScene subScene,
Point3D point)
Translates point from inner subScene coordinates to scene coordinates.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PickResultChooser.offerSubScenePickResult(SubScene subScene,
PickResult pickResult,
double distance)
Offers an intersection found inside a SubScene.
|
Constructor and Description |
---|
SubSceneTraversalEngine(SubScene scene) |
Copyright © 2020. All rights reserved.