JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j3d
Class DataAdjustmentAxis

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

public class DataAdjustmentAxis
extends Object


Constructor Summary
DataAdjustmentAxis(com.klg.jclass.chart3d.j3d.JCChart3dJava3d chart3d, Point3d pt, double radiusOfInfluence)
           
 
Method Summary
 Color3f getAxisColor()
           
 double getEndPointZCoord()
           
 double getStartPointZCoord()
           
 boolean isBusy()
           
 void setAxisColor(Color3f color)
           
 void setEndPointZCoord(double zCoord)
           
 void setStartPointZCoord(double zCoord)
           
 void setZCoord(double deltaZ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataAdjustmentAxis

public DataAdjustmentAxis(com.klg.jclass.chart3d.j3d.JCChart3dJava3d chart3d,
                          Point3d pt,
                          double radiusOfInfluence)
Method Detail

isBusy

public boolean isBusy()

setZCoord

public void setZCoord(double deltaZ)

setStartPointZCoord

public void setStartPointZCoord(double zCoord)

getStartPointZCoord

public double getStartPointZCoord()

setEndPointZCoord

public void setEndPointZCoord(double zCoord)

getEndPointZCoord

public double getEndPointZCoord()

setAxisColor

public void setAxisColor(Color3f color)

getAxisColor

public Color3f getAxisColor()

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