JClass DesktopViews 6.3.0 API
Documentation

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

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

public class RotateEyeAction
extends RotateAction

Handler object for rotating about the eye.

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
RotateEyeAction()
          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

RotateEyeAction

public RotateEyeAction()
Default constructor.


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