public class ZoomPanGraphMouse extends PluggableGraphMouse
Modifier and Type | Field and Description |
---|---|
protected ScalingGraphMousePlugin |
scalingPlugin |
protected TranslatingGraphMousePlugin |
translatingPlugin |
Constructor and Description |
---|
ZoomPanGraphMouse() |
ZoomPanGraphMouse(float in,
float out) |
ZoomPanGraphMouse(VisualizationViewer vv)
Deprecated.
no need to pass a VisualizationViewer in constructor
|
ZoomPanGraphMouse(VisualizationViewer vv,
float in,
float out)
Deprecated.
no need to pass a VisualizationViewer
|
Modifier and Type | Method and Description |
---|---|
void |
setZoomAtMouse(boolean zoomAtMouse) |
add, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, mouseWheelMoved, remove
protected TranslatingGraphMousePlugin translatingPlugin
protected ScalingGraphMousePlugin scalingPlugin
public ZoomPanGraphMouse(VisualizationViewer vv)
vv
- the VisualizationViewer not usedpublic ZoomPanGraphMouse(VisualizationViewer vv, float in, float out)
vv
- the VisualizationViewer - not usedin
- zoom in valueout
- zoom out valuepublic ZoomPanGraphMouse()
public ZoomPanGraphMouse(float in, float out)