JClass DesktopViews 6.3.0 API
Documentation

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

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

public class RotateYAction
extends RotateAction

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

RotateYAction

public RotateYAction()
Default constructor.


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