JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j3d
Class DataAdjustPoint

java.lang.Object
  |
  +--com.klg.jclass.chart3d.j3d.DataAdjust
        |
        +--com.klg.jclass.chart3d.j3d.DataAdjustPoint

public class DataAdjustPoint
extends DataAdjust


Field Summary
protected  Point3d point3d
           
protected  com.klg.jclass.chart3d.Chart3dPointData pointData
           
protected  double scaleFactor
           
 
Fields inherited from class com.klg.jclass.chart3d.j3d.DataAdjust
holeValue
 
Constructor Summary
DataAdjustPoint(com.klg.jclass.chart3d.Chart3dPointData pointData, double xVal, double yVal, double radius)
           
 
Method Summary
 void adjustData(double deltaZ)
           
protected  boolean isEqual(Point3d pnt, double xValue, double yValue, double errX, double errY)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pointData

protected com.klg.jclass.chart3d.Chart3dPointData pointData

point3d

protected Point3d point3d

scaleFactor

protected double scaleFactor
Constructor Detail

DataAdjustPoint

public DataAdjustPoint(com.klg.jclass.chart3d.Chart3dPointData pointData,
                       double xVal,
                       double yVal,
                       double radius)
Method Detail

adjustData

public void adjustData(double deltaZ)
Specified by:
adjustData in class DataAdjust

isEqual

protected boolean isEqual(Point3d pnt,
                          double xValue,
                          double yValue,
                          double errX,
                          double errY)

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