public class DragToChangeFishEye extends DefaultInteractionHandler
command, fixedScale, fixedTranslate, multiplyScale, multiplyTranslate| Constructor and Description |
|---|
DragToChangeFishEye()
Create a drag handler to generate scale edits.
|
| Modifier and Type | Method and Description |
|---|---|
void |
changeCursor(RecordPlot plot,
InputEvent event) |
String |
getDescription() |
Icon |
getIcon(int size) |
boolean |
isSupportedBy(GraphicsPanel panel) |
void |
mouseButton1DragEnded(RecordPlot plot,
MouseEvent event) |
void |
mouseButton1Dragged(RecordPlot plot,
MouseEvent event) |
void |
mouseButton1DragStarted(RecordPlot plot,
MouseEvent event) |
void |
mouseButton1Released(RecordPlot plot,
MouseEvent event) |
void |
mouseEntered(RecordPlot plot,
MouseEvent event) |
void |
reset(RecordPlot plot,
InputEvent event) |
String |
toString() |
getInstance, getLastScale, isControlMetaDown, isMac, mouseWheelMoved, otherKeyPressedaltKeyPressed, altKeyReleased, ctrlKeyPressed, ctrlKeyReleased, ctrlMetaKeyPressed, ctrlMetaKeyReleased, equals, escKeyPressed, escKeyReleased, getHeight, getID, getName, getWidth, hashCode, keyTyped, metaKeyPressed, metaKeyReleased, mouseButton1Clicked, mouseButton1Pressed, mouseExited, mouseMoved, otherKeyReleased, restore, save, setRecord, setSelected, setSize, shiftKeyPressed, shiftKeyReleasedpublic DragToChangeFishEye()
public String getDescription()
getDescription in interface InteractionHandlergetDescription in class DefaultInteractionHandlerpublic boolean isSupportedBy(GraphicsPanel panel)
isSupportedBy in interface InteractionHandlerisSupportedBy in class DefaultInteractionHandlerpublic Icon getIcon(int size)
getIcon in interface InteractionHandlergetIcon in class AbstractInteractionHandlerpublic void changeCursor(RecordPlot plot, InputEvent event)
changeCursor in interface InteractionHandlerchangeCursor in class DefaultInteractionHandlerpublic void reset(RecordPlot plot, InputEvent event)
reset in interface InteractionHandlerreset in class AbstractInteractionHandlerpublic void mouseEntered(RecordPlot plot, MouseEvent event)
mouseEntered in interface InteractionHandlermouseEntered in class DefaultInteractionHandlerpublic void mouseButton1DragStarted(RecordPlot plot, MouseEvent event)
mouseButton1DragStarted in interface InteractionHandlermouseButton1DragStarted in class AbstractInteractionHandlerpublic void mouseButton1Dragged(RecordPlot plot, MouseEvent event)
mouseButton1Dragged in interface InteractionHandlermouseButton1Dragged in class AbstractInteractionHandlerpublic void mouseButton1DragEnded(RecordPlot plot, MouseEvent event)
mouseButton1DragEnded in interface InteractionHandlermouseButton1DragEnded in class AbstractInteractionHandlerpublic void mouseButton1Released(RecordPlot plot, MouseEvent event)
mouseButton1Released in interface InteractionHandlermouseButton1Released in class AbstractInteractionHandlerCopyright © 1996-2014 FreeHEP. All Rights Reserved.