|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.klg.jclass.chart3d.PolygonChain
Data structure internal to JClass Chart 3D. Represents a list of points that define the line segments of a contour line.
| Field Summary | |
protected double |
cValue
Contoured value (zone data). |
static int |
MAX_CHAIN_SIZE
There is a most a two-point PChain for each corner, and a
PChain being filled (8 pts. |
protected com.klg.jclass.chart3d.PolygonChain |
next
Next one in chain. |
protected int |
xPixel
The X pixel value. |
protected int |
yPixel
The Y pixel value. |
protected double |
zValue
The Z value corresponding to this point (elevation data). |
| Method Summary | |
double |
getCValue()
Gets the contoured value. |
com.klg.jclass.chart3d.PolygonChain |
getNext()
Getd the next polygon in this chain. |
int |
getXPixel()
Retrieves the x pixel value for this point. |
int |
getYPixel()
Retrieves the y pixel value for this point. |
protected double |
getZValue()
Gets the z value. |
protected void |
setCValue(double cValue)
Sets the contoured value. |
protected void |
setNext(com.klg.jclass.chart3d.PolygonChain next)
Setd the reference to the next polygon in this chain. |
protected void |
setValues(int xPixel,
int yPixel,
double zValue,
double cValue)
Sets all four values at once. |
protected void |
setXPixel(int xPixel)
Sets the x pixel value for this point. |
protected void |
setYPixel(int yPixel)
Sets the x pixel value for this point. |
protected void |
setZValue(double zValue)
Sets the z value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int MAX_CHAIN_SIZE
PChain for each corner, and a
PChain being filled (8 pts. max), for a maximum total of
16 points. We make it 20 to be safe.
protected int xPixel
protected int yPixel
protected double zValue
protected double cValue
protected com.klg.jclass.chart3d.PolygonChain next
| Method Detail |
protected void setValues(int xPixel,
int yPixel,
double zValue,
double cValue)
xPixel - yPixel - zValue - cValue - protected void setXPixel(int xPixel)
xPixel - public int getXPixel()
protected void setYPixel(int yPixel)
yPixel - public int getYPixel()
protected void setZValue(double zValue)
zValue - protected double getZValue()
protected void setCValue(double cValue)
cValue - public double getCValue()
protected void setNext(com.klg.jclass.chart3d.PolygonChain next)
next - public com.klg.jclass.chart3d.PolygonChain getNext()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||