java.lang.Object
javax.swing.AbstractAction
org.jfree.chart3d.graphics3d.swing.RollRightAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
An action that handles rolling the 3D view clockwise around an
axis from the viewing point to the origin.
NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
NOTE: This class is serializable, but the serialization format is subject to change in future releases and should not be relied upon for persisting instances of this class.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRotates the orientation of the view point and repaints the panel.Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
RollRightAction
Creates a new action instance.- Parameters:
panel- the panel (nullnot permitted).
-
-
Method Details
-
actionPerformed
Rotates the orientation of the view point and repaints the panel.- Parameters:
e- the action event.
-