Ejemplo n.º 1
0
 public void removeStepModifier(StepModifier<GraphicalNode> sm) {
   steppedChangeableSupport.removeStepModifier(sm);
 }
Ejemplo n.º 2
0
 public void step(long deltaT, int width, int height) {
   steppedChangeableSupport.step(deltaT, width, height);
 }
Ejemplo n.º 3
0
 public void removeAllStepModifiers() {
   steppedChangeableSupport.removeAllStepModifiers();
 }