|
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.Intersection
Data structure internal to JClass Chart 3D. This structure represents an
intersection of a contour line with a cell. It stores the side numbers
of the sides the line intersects and stores the point information in
ContourSegment
objects.
Field Summary | |
protected int |
level
Contour level of the contour line for this intersection. |
protected com.klg.jclass.chart3d.ContourSegment |
segment1
The point (stored in the segment) that corresponds to the side1 intersection. |
protected com.klg.jclass.chart3d.ContourSegment |
segment2
The point (stored in the segment) that corresponds to the side2 intersection. |
protected int |
side1
The first side of the cell that the contour line intersects. |
protected int |
side2
The second side of the cell that the contour line intersects. |
Method Summary | |
int |
getLevel()
Gets the level for this intersection. |
com.klg.jclass.chart3d.ContourSegment |
getSegment1()
Gets the first point for this contour intersection. |
com.klg.jclass.chart3d.ContourSegment |
getSegment2()
Gets the second point for this contour intersection. |
int |
getSide1()
Gets the first side for this intersection. |
int |
getSide2()
Gets the second side for this intersection. |
protected void |
setLevel(int level)
Sets the level for this intersection. |
protected void |
setSegment1(com.klg.jclass.chart3d.ContourSegment segment1)
Sets the first point for this contour intersection. |
protected void |
setSegment2(com.klg.jclass.chart3d.ContourSegment segment2)
Sets the second point for this contour intersection. |
protected void |
setSide1(int side1)
Sets the first side for this intersection. |
protected void |
setSide2(int side2)
Sets the second side for this intersection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int level
protected int side1
protected int side2
protected com.klg.jclass.chart3d.ContourSegment segment1
protected com.klg.jclass.chart3d.ContourSegment segment2
Method Detail |
protected void setLevel(int level)
level
- public int getLevel()
protected void setSide1(int side1)
side1
- public int getSide1()
protected void setSide2(int side2)
side2
- public int getSide2()
protected void setSegment1(com.klg.jclass.chart3d.ContourSegment segment1)
segment1
- public com.klg.jclass.chart3d.ContourSegment getSegment1()
protected void setSegment2(com.klg.jclass.chart3d.ContourSegment segment2)
segment2
- public com.klg.jclass.chart3d.ContourSegment getSegment2()
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |