コード例 #1
0
ファイル: Drawable3D.java プロジェクト: avilleret/geogebra
 protected void removeFromDrawable3DLists(Drawable3DLists lists, int type) {
   lists.getList(type).remove(this);
 }
コード例 #2
0
ファイル: Drawable3D.java プロジェクト: avilleret/geogebra
 protected void addToDrawable3DLists(Drawable3DLists lists, int type) {
   lists.getList(type).add(this);
 }