JClass DesktopViews 6.3.0 API
Documentation

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

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

public class RotateXAction
extends RotateAction

Handler object for rotating about the X 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
RotateXAction()
          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

RotateXAction

public RotateXAction()
Default constructor.


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