Package | Description |
---|---|
com.sun.javafx.sg.prism |
Modifier and Type | Method and Description |
---|---|
(package private) NGNode.RenderRootResult |
NGNode.computeNodeRenderRoot(NodePath path,
RectBounds dirtyRegion,
int cullingIndex,
BaseTransform tx,
GeneralTransform3D pvTx)
Check if this node can serve as rendering root for this dirty region.
|
protected NGNode.RenderRootResult |
NGRegion.computeRenderRoot(NodePath path,
RectBounds dirtyRegion,
int cullingIndex,
BaseTransform tx,
GeneralTransform3D pvTx) |
protected NGNode.RenderRootResult |
NGGroup.computeRenderRoot(NodePath path,
RectBounds dirtyRegion,
int cullingIndex,
BaseTransform tx,
GeneralTransform3D pvTx)
*
Culling Related Methods *
*
|
(package private) NGNode.RenderRootResult |
NGNode.computeRenderRoot(NodePath path,
RectBounds dirtyRegion,
int cullingIndex,
BaseTransform tx,
GeneralTransform3D pvTx)
Searches for the last node that covers all of the specified dirty region with an opaque region,
in this node's subtree.
|
static NGNode.RenderRootResult |
NGNode.RenderRootResult.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NGNode.RenderRootResult[] |
NGNode.RenderRootResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|