public class DefaultWiredInteractionHandler extends DefaultInteractionHandler implements XYZindices
Adds functionality to the
DefaultInteractionHandler
:
Modifier and Type | Field and Description |
---|---|
protected org.freehep.util.ScientificFormat |
_format |
command, fixedScale, fixedTranslate, multiplyScale, multiplyTranslate
X, Y, Z
Modifier | Constructor and Description |
---|---|
protected |
DefaultWiredInteractionHandler(String name) |
Modifier and Type | Method and Description |
---|---|
void |
mouseExited(RecordPlot plot,
MouseEvent event) |
void |
mouseMoved(RecordPlot plot,
MouseEvent event) |
void |
setSelected(RecordPlot plot,
boolean selected)
Called when underlying plot is selected/unselected.
|
changeCursor, getDescription, getInstance, getLastScale, isControlMetaDown, isMac, isSupportedBy, mouseEntered, mouseWheelMoved, otherKeyPressed
altKeyPressed, altKeyReleased, ctrlKeyPressed, ctrlKeyReleased, ctrlMetaKeyPressed, ctrlMetaKeyReleased, equals, escKeyPressed, escKeyReleased, getHeight, getIcon, getID, getName, getWidth, hashCode, keyTyped, metaKeyPressed, metaKeyReleased, mouseButton1Clicked, mouseButton1DragEnded, mouseButton1Dragged, mouseButton1DragStarted, mouseButton1Pressed, mouseButton1Released, otherKeyReleased, reset, restore, save, setRecord, setSize, shiftKeyPressed, shiftKeyReleased
protected DefaultWiredInteractionHandler(String name)
public void setSelected(RecordPlot plot, boolean selected)
setSelected
in interface InteractionHandler
setSelected
in class AbstractInteractionHandler
public void mouseExited(RecordPlot plot, MouseEvent event)
mouseExited
in interface InteractionHandler
mouseExited
in class AbstractInteractionHandler
public void mouseMoved(RecordPlot plot, MouseEvent event)
mouseMoved
in interface InteractionHandler
mouseMoved
in class AbstractInteractionHandler
Copyright © 1996-2014 FreeHEP. All Rights Reserved.