Package one.empty3.pointset
Class PCont<T extends Point3D>
- java.lang.Object
-
- one.empty3.library.Representable
-
- one.empty3.pointset.PCont<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
,TemporalComputedObject3D
,MatrixPropertiesObject
,XmlRepresentable
public class PCont<T extends Point3D> extends Representable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.ArrayList<T>
points
-
Fields inherited from class one.empty3.library.Representable
CFAST, classPainters, DEFAULT_TEXTURE, defaultHashMapData, DISPLAY_ALL, materiau, NFAST, parent, PATH_ELEM_DOUBLE_VALUES, PATH_ELEM_REPRESENTABLE, PATH_ELEM_STRUCTURE_MATRIX, render, rotation, SCALE1, scene, SURFACE_DISPLAY_COL_QUADS, SURFACE_DISPLAY_COL_TRI, SURFACE_DISPLAY_LINES, SURFACE_DISPLAY_POINTS, SURFACE_DISPLAY_TEXT_QUADS, T, texture, vectors
-
-
Constructor Summary
Constructors Constructor Description PCont()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(T p)
T
get(int index)
java.util.ArrayList<T>
getPoints()
boolean
isEmpty()
java.util.Iterator<T>
iterator()
Point3D
remove(int arg0)
boolean
remove(T arg0)
void
setPoints(java.util.ArrayList<T> points)
int
size()
java.lang.String
toString()
-
Methods inherited from class one.empty3.library.Representable
become, calculerCurveT, calculerPointT, calculerSurfaceT, compareTo, copy, declarations, declareProperties, draw, drawStructureDrawFast, getCFAST, getDeclaredDataStructure, getDeclaredLists, getDeclaredProperty, getDisplayType, getDisplayTypes, getOrientedPoint, getPainter, getPath, getProperty, getPropertyType, getRotation, getTexture, getVectX, getVectY, getVectZ, id, id, informer, intersects, intersects, ISdrawStructureDrawFastIMPLEMENTED, paint, refPoint, replace, rotate, setAxes, setCFAST, setDisplayType, setOrig, setPainter, setPaintingAct, setPaintingActForClass, setPosition, setProperty, setRotation, setTexture, setVectX, setVectY, setVectZ, supporteTexture, T, texture, texture, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation, xmlRepresentation
-
-
-
-
Method Detail
-
add
public void add(T p)
-
get
public T get(int index)
-
getPoints
public java.util.ArrayList<T> getPoints()
-
setPoints
public void setPoints(java.util.ArrayList<T> points)
-
isEmpty
public boolean isEmpty()
-
iterator
public java.util.Iterator<T> iterator()
-
remove
public Point3D remove(int arg0)
-
remove
public boolean remove(T arg0)
-
size
public int size()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classRepresentable
-
-