Uses of Class
com.quinncurtis.chart3djava.ObjectPolygonList

Uses of ObjectPolygonList in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return ObjectPolygonList
 ObjectPolygonList GraphObj.getGraphObj3D()
          Get the 3D graph object PolygonList.
 

Methods in com.quinncurtis.chart3djava with parameters of type ObjectPolygonList
 int ObjectPolygonList.addPolygonObjectList(ObjectPolygonList newpolygonlist)
          Add the objects in the source ObjectPolygonList object to the polygonObjectArray.
 void ObjectPolygonList.copy(ObjectPolygonList source)
          Copies the source object.
 void GraphObj.setGraphObj3D(ObjectPolygonList value)
          Set the 3D graph object PolygonList.
 

Constructors in com.quinncurtis.chart3djava with parameters of type ObjectPolygonList
ObjectPolygonList(ObjectPolygonList source)
          Constructor initializes the ObjectPolygonList object as a copy of a another ObjectPolygonList object.