public interface OptimizationRule
| Modifier and Type | Method and Description |
|---|---|
boolean |
attached(OptimizableContentPane p,
Transform t)
Determines whether the content pane shall be attached or not.
|
boolean |
visible(OptimizableContentPane p,
Transform t)
Determines whether the content pane shall be visible or not.
|
boolean visible(OptimizableContentPane p, Transform t)
p - panet - transformtrue if the content shall be visible; false
otherwiseboolean attached(OptimizableContentPane p, Transform t)
NOTE: attaching/detaching nodes from the scene graph is an expensive operation.
p - panet - transformtrue if the content shall be attached; false
otherwise