Package | Description |
---|---|
com.sun.javafx.sg.prism | |
com.sun.javafx.tk.quantum | |
com.sun.prism | |
com.sun.prism.impl | |
com.sun.prism.j2d | |
com.sun.prism.sw |
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.
|
(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.
|
protected NGNode.RenderRootResult |
NGGroup.computeRenderRoot(NodePath path,
RectBounds dirtyRegion,
int cullingIndex,
BaseTransform tx,
GeneralTransform3D pvTx)
*
Culling Related Methods *
*
|
protected NGNode.RenderRootResult |
NGRegion.computeRenderRoot(NodePath path,
RectBounds dirtyRegion,
int cullingIndex,
BaseTransform tx,
GeneralTransform3D pvTx) |
void |
NGNode.getRenderRoot(NodePath path,
RectBounds dirtyRegion,
int cullingIndex,
BaseTransform tx,
GeneralTransform3D pvTx)
Called after preCullingBits in order to get the node
from which we should begin drawing.
|
Modifier and Type | Field and Description |
---|---|
private static NodePath[] |
ViewPainter.ROOT_PATHS
An array of initially empty ROOT_PATHS.
|
Modifier and Type | Method and Description |
---|---|
private static NodePath |
ViewPainter.getRootPath(int i) |
Modifier and Type | Method and Description |
---|---|
private void |
ViewPainter.doPaint(Graphics g,
NodePath renderRootPath) |
Modifier and Type | Method and Description |
---|---|
NodePath |
Graphics.getRenderRoot() |
Modifier and Type | Method and Description |
---|---|
void |
Graphics.setRenderRoot(NodePath root) |
Modifier and Type | Field and Description |
---|---|
private NodePath |
BaseGraphics.renderRoot |
Modifier and Type | Method and Description |
---|---|
NodePath |
BaseGraphics.getRenderRoot() |
Modifier and Type | Method and Description |
---|---|
void |
BaseGraphics.setRenderRoot(NodePath root) |
Modifier and Type | Field and Description |
---|---|
private NodePath |
J2DPrismGraphics.renderRoot |
Modifier and Type | Method and Description |
---|---|
NodePath |
J2DPrismGraphics.getRenderRoot() |
Modifier and Type | Method and Description |
---|---|
void |
J2DPrismGraphics.setRenderRoot(NodePath root) |
Modifier and Type | Field and Description |
---|---|
private NodePath |
SWGraphics.renderRoot |
Modifier and Type | Method and Description |
---|---|
NodePath |
SWGraphics.getRenderRoot() |
Modifier and Type | Method and Description |
---|---|
void |
SWGraphics.setRenderRoot(NodePath root) |