Package com.sun.javafx.util
Class TempState
java.lang.Object
com.sun.javafx.util.TempState
*
Temporary state, used to reduce the occurrence of temporary garbage *
while computing things such as bounds and transforms, and while *
picking. Since these operations happen extremely often and must be *
very fast, we need to reduce the load on the garbage collector. *
*
-
Field Summary
Modifier and TypeFieldDescriptionA temporary rect used for computing bounds by the various bounds variables.final Point2D
A temporary point used for picking and other purposes. -
Method Summary
-
Field Details
-
bounds
A temporary rect used for computing bounds by the various bounds variables. This bounds starts life as a RectBounds, but may be promoted to a BoxBounds if there is a 3D transform mixed into its computation. -
point
A temporary point used for picking and other purposes.
-
-
Method Details
-
getInstance
-