示例#1
0
 /** ************************************ methods of IObject *********************************** */
 public IParticleOnCurve name(String nm) {
   super.name(nm);
   return this;
 }