JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.chart3d.j2d.actions
Class RotateZAction

java.lang.Object
  |
  +--com.klg.jclass.chart3d.j2d.actions.BaseAction
        |
        +--com.klg.jclass.chart3d.j2d.actions.RotateAction
              |
              +--com.klg.jclass.chart3d.j2d.actions.RotateZAction
All Implemented Interfaces:
JCAction, Serializable

public class RotateZAction
extends RotateAction

Handler object for rotating about the Z axis.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.klg.jclass.chart3d.j2d.actions.RotateAction
axisId, first, last, origXRotation, origYRotation, origZRotation, rotate, xRotation, yRotation, zRotation
 
Fields inherited from class com.klg.jclass.chart3d.j2d.actions.BaseAction
ANIMATING, chart3dArea, enabled, NONE, START, status
 
Constructor Summary
RotateZAction()
          Default constructor.
 
Methods inherited from class com.klg.jclass.chart3d.j2d.actions.RotateAction
animate, cancel, end, extractAngles, getXRotation, getYRotation, getZRotation, reanimate, start
 
Methods inherited from class com.klg.jclass.chart3d.j2d.actions.BaseAction
drawPreview, getChart3d, getChart3dArea, initialize, isEnabled, setChart3dArea, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotateZAction

public RotateZAction()
Default constructor.


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