Gets or sets a system wide value that specifies the smallest size at which nodes should render themselves completely.
The smallest size at which nodes should render themselves completely.
Once a node becomes very small, it is no longer necessary to render it completely since it is impossible to see the details anyway. When this happens, you might choose to simply render a filled rectangle or nothing at all. This property specifies when nodes should be "greeked". Note, however, there is nothing in the piccolo framework that enforces the "greeking" of nodes. Nodes can choose to ignore this property. For an example of "greeking," see PText.
PUtil Class | UMD.HCIL.Piccolo.Util Namespace