コード例 #1
0
ファイル: IParticleOnCurve.java プロジェクト: jgooderham/iGeo
 /** ************************************ methods of IObject *********************************** */
 public IParticleOnCurve name(String nm) {
   super.name(nm);
   return this;
 }