de.jreality.ui.viewerapp.actions.camera
Class AbstractCameraAction
java.lang.Object
javax.swing.AbstractAction
de.jreality.ui.viewerapp.actions.AbstractJrAction
de.jreality.ui.viewerapp.actions.camera.AbstractCameraAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Direct Known Subclasses:
- LoadCameraPreferences, SaveCameraPreferences, ShiftEyeSeparation, ShiftFieldOfView, ShiftFocus, TogglePerspective, ToggleStereo
public abstract class AbstractCameraAction
- extends AbstractJrAction
Abstract class for camera actions. Doesn't depend on the current selection.
- Author:
- msommer
- See Also:
- Serialized Form
Method Summary |
double |
getStep()
Get the step of shift actions. |
void |
setStep(double step)
Set the step of shift actions. |
AbstractCameraAction
public AbstractCameraAction(String name,
Viewer v)
setStep
public void setStep(double step)
- Set the step of shift actions.
getStep
public double getStep()
- Get the step of shift actions.