예제 #1
0
 /** ************************************ IParticleI API ************************************ */
 public synchronized IParticleOnCurve fix() {
   particle.fix();
   return this;
 }