|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChartPoint3D | |
---|---|
com.quinncurtis.chart2djava |
Uses of ChartPoint3D in com.quinncurtis.chart2djava |
---|
Methods in com.quinncurtis.chart2djava that return ChartPoint3D | |
---|---|
static ChartPoint3D |
ChartSupport.clampToViewCoordinates(ChartPoint3D p)
|
ChartPoint3D |
ContourDataset.getDataPoint3D(int index)
This method returns the x-, y- and z-values of a point at the specified index. |
ChartPoint3D[] |
Polysurface.getPolysurfacePointList()
|
Methods in com.quinncurtis.chart2djava with parameters of type ChartPoint3D | |
---|---|
static ChartPoint3D |
ChartSupport.clampToViewCoordinates(ChartPoint3D p)
|
void |
Polysurface.convertRG2PS(ChartPoint3D[] grid,
int rows,
int columns,
int gridtype)
|
double |
ChartPoint3D.distance(ChartPoint3D pt)
Returns the distance from this ChartPoint3D to a specified ChartPoint3D . |
double |
ChartPoint3D.distanceSq(ChartPoint3D pt)
Returns the square of the distance from this ChartPoint3D to a specified ChartPoint3D . |
void |
Polysurface.getOnePolysurfacePoint(int index,
ChartPoint3D points)
|
int |
Polysurface.getPolysurfacePolygon(int polyindex,
ChartPoint3D[] points,
java.awt.Color outsidecolor,
java.awt.Color bordercolor)
|
int |
Polysurface.gPSPolygon(int polyindex,
ChartPoint3D[] points)
|
void |
Polysurface.normalizePolysurfacePoint(int polyindex,
ChartPoint3D mx,
ChartPoint3D b)
|
void |
ContourDataset.setDataPoint(int index,
ChartPoint3D p)
Sets the x-, y- and z-values for a data point in a contour dataset. |
void |
ChartPoint3D.setLocation(ChartPoint3D p)
Sets the location of this ChartPoint3D to the same coordinates as the specified ChartPoint3D object. |
void |
Polysurface.setOnePolysurfacePoint(int index,
ChartPoint3D points)
|
void |
Polysurface.setPolysurfacePoints(ChartPoint3D[] points,
int startindex,
int numpnts)
|
void |
Polysurface.unNormalizePolysurfacePoint(int polyindex,
ChartPoint3D mx,
ChartPoint3D b)
|
Constructors in com.quinncurtis.chart2djava with parameters of type ChartPoint3D | |
---|---|
ChartPoint3D(ChartPoint3D p)
Constructs and initializes a ChartPoint3D with the specified coordinates. |
|
ContourDataset(java.lang.String sname,
ChartPoint3D[] grid)
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system. |
|
ContourDataset(java.lang.String sname,
ChartPoint3D[] grid,
int rows,
int columns)
This constructor creates a new ContourDataset object that will be placed in the specified coordinate system. |
|
Polysurface(ChartPoint3D[] points,
int numpoints)
|
|
Polysurface(ChartPoint3D[] points,
int startindex,
int numpoints)
|
|
Polysurface(ChartPoint3D[] grid,
int rows,
int columns,
int gridtype)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |