|
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.ContourSegment
Data structure internal to JClass Chart 3D. Represents a list of points that define the line segments of a contour line.
Field Summary | |
protected Point3d |
point
The data point that this segment represents. |
protected int |
xPixel
Transformed X pixel value. |
protected int |
yPixel
Transformed Y pixel value. |
Method Summary | |
Point3d |
getPoint()
Returns the point for this contour segment. |
protected int |
getXPixel()
Retrieves the x pixel value for this point. |
protected int |
getYPixel()
Retrieves the y pixel value for this point. |
protected void |
setPoint(Point3d point)
Sets the point for this contour segment. |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Point3d point
protected int xPixel
protected int yPixel
Method Detail |
protected void setPoint(Point3d point)
point
- public Point3d getPoint()
protected void setXPixel(int xPixel)
xPixel
- protected int getXPixel()
protected void setYPixel(int yPixel)
yPixel
- protected int getYPixel()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |