|
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.ContourLine
Data structure internal to JClass Chart 3D. This structure represents a contour
line made up of possibly many ContourSegments
.
Field Summary | |
protected int |
level
The contour level that this line represents. |
protected LinkedList |
segments
The list of contour segements for this contour line. |
Method Summary | |
protected void |
addContourSegment(com.klg.jclass.chart3d.ContourSegment segment)
Adds a contour segment on to the end of the list; |
protected int |
getLevel()
Retrieves the level for this contour line. |
LinkedList |
getSegments()
|
protected void |
setLevel(int level)
Sets the level for this contour line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected LinkedList segments
protected int level
Method Detail |
protected void setLevel(int level)
level
- protected int getLevel()
protected void addContourSegment(com.klg.jclass.chart3d.ContourSegment segment)
segment
- public LinkedList getSegments()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |