|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PolygonList in com.quinncurtis.chart3djava |
---|
Methods in com.quinncurtis.chart3djava that return PolygonList | |
---|---|
PolygonList |
PhysicalCoordinates.draw2DRectangle3D(double x1,
double y1,
double z1,
double w,
double h,
double d,
int plane,
ChartAttribute attribx,
int coordtype)
This creates a PolygonList object, representing a 3D rectangle, defined using physical coordinates. |
PolygonList |
PhysicalCoordinates.draw2DTriangle3D(double x1,
double y1,
double z1,
double w,
double h,
double d,
int plane,
ChartAttribute attribx,
int coordtype)
This creates a PolygonList object, representing a 3D rectangle, defined using physical coordinates. |
PolygonList |
PhysicalCoordinates.drawFilledRibbonSurface(ChartPoint3D[] solid,
double fillbasevalue,
ChartAttribute attrib,
int coordtype,
int seriespos)
Creates the polygon that represents one segment of a ribbon plot. |
PolygonList |
PhysicalCoordinates.drawFilledStackedRibbonSurface(ChartPoint3D[] solid,
double z1,
double z2,
ChartAttribute attrib,
int coordtype,
boolean bottom,
boolean top,
boolean left,
boolean right)
Creates the polygon the represents one segment of a filled, stacked, ribbon plot. |
PolygonList |
PhysicalCoordinates.drawPrism3D(double x,
double y,
double z,
double width,
double height,
double depth,
ChartAttribute attrib,
int coordtype)
Creates the solid that represents a prism (3D rectangular) object. |
PolygonList |
PhysicalCoordinates.drawRibbonSurface(ChartPoint3D[] solid,
ChartAttribute attribx,
int coordtype)
Creates the polygon the represents one segment of a ribbon plot. |
PolygonList |
PhysicalCoordinates.drawSolidObject3D(ChartPoint3D[] solid,
ChartAttribute attribx,
boolean[] sides,
int coordtype)
Generic solid routine that returns a PolygonList representing the solid. |
PolygonList |
PhysicalCoordinates.flexCone(double x,
double y,
double z,
double r,
double height,
double angleinc,
int orient,
int justifycenter,
ChartAttribute cylinderattrib,
int coordtype,
boolean arcorrection,
boolean bottomflag)
Creates the solid that represents a cone shapped object. |
PolygonList |
PhysicalCoordinates.flexCylinder(double x,
double y,
double z,
double r,
double height,
double angleinc,
int orient,
int justifycenter,
ChartAttribute cylinderattrib,
int coordtype,
boolean arcorrection)
Creates the solid that represents a cylinder shapped object. |
PolygonList |
PhysicalCoordinates.flexCylinder(double x,
double y,
double z,
double r,
double height,
double angleinc,
int orient,
int justifycenter,
ChartAttribute cylinderattrib,
int coordtype,
boolean arcorrection,
boolean topflag,
boolean bottomflag)
Creates the solid that represents a cylinder shapped object. |
PolygonList |
ObjectPolygonList.getElement(int index)
This accessor is the indexer for the class and get/sets the value of an individual PolygonList object in the polygonObjectArray list. |
PolygonList |
PolygonList.getLongFormPolygonList()
This functions converts a PolygonList object that shares points in the pointList array across multipe polygons, into a PolygonList object where every polygon contains unique 3D points. |
PolygonList |
ObjectPolygonList.getObjectAtTestPoint(double x,
double y)
Get the index of the polygon with the smallest z-axis value in the polygonObjectArray object at the test point (x,y). |
PolygonList |
ObjectPolygonList.getObjectAtTestPointX(double x,
double y)
Get the index of the polygon with the smallest z-axis value in the polygonObjectArray object at the test point (x,y). |
PolygonList |
UserCoordinates.getPolygonBuffer()
Get the current polygon buffer as a PolygonList object. |
PolygonList |
ObjectPolygonList.getPolygonObject(int index)
Returns a specific PolygonList in the array of PolygonList objects. |
PolygonList[] |
ObjectPolygonList.getPolygonObjects()
Returns an array of the PolygonList objects in the polygonObjectArray array. |
PolygonList |
PhysicalCoordinates.pieWedge3D(double x,
double y,
double z,
double r,
double depth,
double start,
double extent,
double angleinc,
ChartAttribute wedgeattrib,
boolean firstside,
boolean secondside,
int coordtype)
Creates the solid that represents a 3D pie chart wedge. |
PolygonList |
PhysicalCoordinates.pieWedge3D2(double x,
double y,
double z,
double r,
double depth,
double start,
double extent,
double angleinc,
ChartAttribute wedgeattrib,
boolean firstside,
boolean secondside,
int coordtype,
boolean arcorrection)
Creates the solid that represents a disk shapped object. |
PolygonList |
PhysicalCoordinates.sphere(double x,
double y,
double z,
double r,
double angleinc,
ChartAttribute cylinderattrib,
int coordtype,
boolean arcorrection)
Creates the solid that represents a sphere shapped object. |
Methods in com.quinncurtis.chart3djava with parameters of type PolygonList | |
---|---|
int |
PolygonList.addPolygonList(PolygonList newpolygons)
Adds an array of polygons from the source Polygon3D object to the current PolygonList object. |
int |
ObjectPolygonList.addPolygonObject(PolygonList newpolygonlist)
Add the a PolygonList object to the he polygonObjectArray. |
void |
PolygonList.copy(PolygonList source)
Copies the source object. |
static void |
PolygonList.polygonTransform3D(PolygonList polylist,
Transform3D transform)
Static routine transforms PolygonList object using the specified Transform3D object. |
void |
ObjectPolygonList.setElement(int index,
PolygonList value)
This accessor is the indexer for the class and get/sets the value of an individual PolygonList object in the polygonObjectArray list. |
void |
UserCoordinates.setPolygonBuffer(PolygonList value)
Set the current polygon buffer as a PolygonList object. |
Constructors in com.quinncurtis.chart3djava with parameters of type PolygonList | |
---|---|
PolygonList(PolygonList source)
Constructor initializes the PolygonList object as a copy of a another PolygonList object. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |