Skip to content

Commit

Permalink
optimizablecontentpane added:
Browse files Browse the repository at this point in the history
- can be used to implement LOD like interfaces (huge performance improvements possible)
- custom optimization rules can be defined
- default rule that uses area & min dimension to optimize
  • Loading branch information
miho committed May 21, 2013
1 parent c82d5af commit bca8da6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class OptimizableContentPane extends StackPane {
* Constructor.
*/
public OptimizableContentPane() {
this.optimizationRule = new DefaultOptimizationRuleImpl();
this.optimizationRule = new DefaultOptimizationRule();

localToSceneTransformProperty().addListener(new ChangeListener<Transform>() {
@Override
Expand Down

0 comments on commit bca8da6

Please sign in to comment.