JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j3d
Class JCView3dJava3d

java.lang.Object
  |
  +--com.klg.jclass.chart3d.ParentTrackChange
        |
        +--com.klg.jclass.chart3d.JCView3d
              |
              +--com.klg.jclass.chart3d.j3d.JCView3dJava3d
All Implemented Interfaces:
Serializable

public class JCView3dJava3d
extends JCView3d

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.chart3d.JCView3d
MAX_PERSPECTIVE, MIN_PERSPECTIVE, perspective, xRotation, yRotation, zRotation
 
Fields inherited from class com.klg.jclass.chart3d.ParentTrackChange
parents
 
Method Summary
 void initPerspective(double perspective)
          Initializes the plot cube perspective.
 void setXRotation(double xRotation)
          Sets the X rotation angle.
 void setYRotation(double yRotation)
          Sets the Y rotation angle.
 void setZRotation(double zRotation)
          Sets the Z rotation angle.
 
Methods inherited from class com.klg.jclass.chart3d.JCView3d
getPerspective, getXRotation, getYRotation, getZRotation, setPerspective, setXYZRotation
 
Methods inherited from class com.klg.jclass.chart3d.ParentTrackChange
addParent, clearParents, removeParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initPerspective

public void initPerspective(double perspective)
Initializes the plot cube perspective. Setting the perspective translates the the plotcube towards or away from the viewing platform. This method may be called during the initialization phase of an application to place the entire plotcube within view. The default value for perspective is 2.5. Increasing the perspective pushes the plot cube further away from the view platform.

Parameters:
perspective - the plot cube perspective

setXRotation

public void setXRotation(double xRotation)
Sets the X rotation angle.

Overrides:
setXRotation in class JCView3d
Parameters:
xRotation - the X rotation angle

setYRotation

public void setYRotation(double yRotation)
Sets the Y rotation angle.

Overrides:
setYRotation in class JCView3d
Parameters:
yRotation - the Y rotation angle

setZRotation

public void setZRotation(double zRotation)
Sets the Z rotation angle.

Overrides:
setZRotation in class JCView3d
Parameters:
zRotation - the Z rotation angle

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