public interface OptimizationRule
OptimizableContentPane.| Modifier and Type | Method and Description |
|---|---|
boolean |
attached(OptimizableContentPane p,
javafx.scene.transform.Transform t)
Indicates whether the children of the pane shall be attached to the scene graph.
|
boolean |
visible(OptimizableContentPane p,
javafx.scene.transform.Transform t)
Indicates whether the children of the pane shall be visualized.
|
boolean visible(OptimizableContentPane p, javafx.scene.transform.Transform t)
p - panet - current transformationtrue if the children shall be
visible; false otherwiseboolean attached(OptimizableContentPane p, javafx.scene.transform.Transform t)
p - panet - current transformationtrue if the children shall be
attached to the scene graph; false otherwise