JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j3d
Class DataAdjustGrid

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

public class DataAdjustGrid
extends DataAdjust


Field Summary
protected  int chartType
           
protected  com.klg.jclass.chart3d.Chart3dGridData gridData
           
protected  double radiusOfInfluence
           
protected  double scaleFactor
           
protected  double[] xGrid
           
protected  int xIndex
           
protected  double xValue
           
protected  double[] yGrid
           
protected  int yIndex
           
protected  double yValue
           
protected  double[][] zValues
           
 
Fields inherited from class com.klg.jclass.chart3d.j3d.DataAdjust
holeValue
 
Constructor Summary
DataAdjustGrid(com.klg.jclass.chart3d.Chart3dGridData gridData, double xVal, double yVal, double radius)
           
 
Method Summary
 void adjustData(double deltaZ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

chartType

protected int chartType

gridData

protected com.klg.jclass.chart3d.Chart3dGridData gridData

xValue

protected double xValue

yValue

protected double yValue

radiusOfInfluence

protected double radiusOfInfluence

scaleFactor

protected double scaleFactor

xIndex

protected int xIndex

yIndex

protected int yIndex

xGrid

protected double[] xGrid

yGrid

protected double[] yGrid

zValues

protected double[][] zValues
Constructor Detail

DataAdjustGrid

public DataAdjustGrid(com.klg.jclass.chart3d.Chart3dGridData gridData,
                      double xVal,
                      double yVal,
                      double radius)
Method Detail

adjustData

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

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