| |
|
| java.lang.Object org.apache.batik.swing.gvt.InteractorAdapter org.apache.batik.swing.gvt.AbstractRotateInteractor
Field Summary | |
protected boolean | finished Whether the interactor has finished. | protected double | initialRotation The initial rotation angle. |
finished | protected boolean finished(Code) | | Whether the interactor has finished.
|
initialRotation | protected double initialRotation(Code) | | The initial rotation angle.
|
endInteraction | public boolean endInteraction()(Code) | | Tells whether the interactor has finished.
|
mouseDragged | public void mouseDragged(MouseEvent e)(Code) | | Invoked when a mouse button is pressed on a component and then
dragged. Mouse drag events will continue to be delivered to
the component where the first originated until the mouse button is
released (regardless of whether the mouse position is within the
bounds of the component).
|
mouseExited | public void mouseExited(MouseEvent e)(Code) | | Invoked when the mouse exits a component.
|
mousePressed | public void mousePressed(MouseEvent e)(Code) | | Invoked when a mouse button has been pressed on a component.
|
mouseReleased | public void mouseReleased(MouseEvent e)(Code) | | Invoked when a mouse button has been released on a component.
|
|
|
|