JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d
Class ContourSegment

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

public class ContourSegment
extends Object
implements Serializable

Data structure internal to JClass Chart 3D. Represents a list of points that define the line segments of a contour line.

See Also:
Serialized Form

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

point

protected Point3d point
The data point that this segment represents.


xPixel

protected int xPixel
Transformed X pixel value.


yPixel

protected int yPixel
Transformed Y pixel value.

Method Detail

setPoint

protected void setPoint(Point3d point)
Sets the point for this contour segment.

Parameters:
point -

getPoint

public Point3d getPoint()
Returns the point for this contour segment.


setXPixel

protected void setXPixel(int xPixel)
Sets the x pixel value for this point.

Parameters:
xPixel -

getXPixel

protected int getXPixel()
Retrieves the x pixel value for this point.


setYPixel

protected void setYPixel(int yPixel)
Sets the x pixel value for this point.

Parameters:
yPixel -

getYPixel

protected int getYPixel()
Retrieves the y pixel value for this point.


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