JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class ContourLine

java.lang.Object
  |
  +--com.klg.jclass.chart3d.ContourLine
All Implemented Interfaces:
Serializable

public class ContourLine
extends Object
implements Serializable

Data structure internal to JClass Chart 3D. This structure represents a contour line made up of possibly many ContourSegments.

See Also:
Serialized Form

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

segments

protected LinkedList segments
The list of contour segements for this contour line.


level

protected int level
The contour level that this line represents.

Method Detail

setLevel

protected void setLevel(int level)
Sets the level for this contour line.

Parameters:
level -

getLevel

protected int getLevel()
Retrieves the level for this contour line.


addContourSegment

protected void addContourSegment(com.klg.jclass.chart3d.ContourSegment segment)
Adds a contour segment on to the end of the list;

Parameters:
segment -

getSegments

public LinkedList getSegments()

Copyright © 2004 Quest Software Inc..
All rights reserved.