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