public final class TempState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BaseBounds |
bounds
A temporary rect used for computing bounds by the various bounds
variables.
|
Affine3D |
leafTx
A temporary affine transform used by the path transition to avoid
creating temporary garbage.
|
BaseTransform |
pickTx
A temporary affine transform used when picking to avoid creating
temporary garbage.
|
Point2D |
point
A temporary point used for picking and other purposes.
|
GeneralTransform3D |
projViewTx
A temporary general transform used by LOD helper method, in node,
to compute area in scene.
|
private static java.lang.ThreadLocal<TempState> |
tempStateRef |
Affine3D |
tempTx
A temporary affine transform used by the LOD helper method to get an
affine transform.
|
Vec3d |
vec3d |
Modifier | Constructor and Description |
---|---|
private |
TempState() |
Modifier and Type | Method and Description |
---|---|
static TempState |
getInstance() |
public BaseBounds bounds
public final BaseTransform pickTx
public final Affine3D leafTx
public final Point2D point
public final Vec3d vec3d
public final GeneralTransform3D projViewTx
public final Affine3D tempTx
private static final java.lang.ThreadLocal<TempState> tempStateRef
public static TempState getInstance()