Field Detail

finished

protected boolean finished
Whether the interactor has finished.


xStart

protected int xStart
The mouse x start position.


yStart

protected int yStart
The mouse y start position.


xCurrent

protected int xCurrent
The mouse x current position.


yCurrent

protected int yCurrent
The mouse y current position.


markerTop

protected java.awt.geom.Line2D markerTop
The zoom marker top line.


markerLeft

protected java.awt.geom.Line2D markerLeft
The zoom marker left line.


markerBottom

protected java.awt.geom.Line2D markerBottom
The zoom marker bottom line.


markerRight

protected java.awt.geom.Line2D markerRight
The zoom marker right line.


overlay

protected Overlay overlay
The overlay.


markerStroke

protected java.awt.BasicStroke markerStroke
Used to draw marker

Constructor Detail

AbstractZoomInteractor

public AbstractZoomInteractor()