|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecordPlot | |
---|---|
hep.wired.edit | Standard Edits. |
hep.wired.interaction | Standard Interaction Handlers for plots. |
hep.wired.plot | The WIRED plot and its support classes. |
hep.wired.plugin | |
hep.wired.services | The Services provided by and to WIRED. |
Uses of RecordPlot in hep.wired.edit |
---|
Methods in hep.wired.edit that return RecordPlot | |
---|---|
protected RecordPlot |
WiredCompoundEdit.getRecordPlot()
Returns the record plot to which this edit was sent. |
protected RecordPlot |
WiredEdit.getRecordPlot()
Returns the record plot to which this edit was sent. |
Methods in hep.wired.edit with parameters of type RecordPlot | |
---|---|
WiredCompoundEdit |
FitToWindow.copy(RecordPlot plot)
|
WiredEdit |
Translate.copy(RecordPlot plot)
|
WiredEdit |
Reset.copy(RecordPlot plot)
|
WiredEdit |
Transform2D.copy(RecordPlot plot)
|
WiredEdit |
Scale.copy(RecordPlot plot)
|
WiredEdit |
Rotate.copy(RecordPlot plot)
|
WiredEdit |
SetTranslate.copy(RecordPlot plot)
|
WiredEdit |
NoOperation.copy(RecordPlot plot)
|
WiredEdit |
SetScale.copy(RecordPlot plot)
|
WiredCompoundEdit |
WiredCompoundEdit.copy(RecordPlot plot)
Creates a copy of the compound edit and its contained edits. |
WiredEdit |
Shear.copy(RecordPlot plot)
|
abstract WiredEdit |
WiredEdit.copy(RecordPlot plot)
Creates a copy of the edit which is attached to the plot, and thus can be (re/un)done. |
void |
WiredCompoundEdit.setRecordPlot(RecordPlot recordPlot)
To be called as part of the copy procedure to set the recordPlot variable. |
void |
WiredEdit.setRecordPlot(RecordPlot recordPlot)
To be called as part of the copy procedure to set the recordPlot variable. |
Uses of RecordPlot in hep.wired.interaction |
---|
Methods in hep.wired.interaction with parameters of type RecordPlot | |
---|---|
boolean |
DragRectangleToScale.altKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
DragToScale.altKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.altKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
DragRectangleToScale.altKeyReleased(RecordPlot plot,
KeyEvent event)
|
boolean |
DragToScale.altKeyReleased(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.altKeyReleased(RecordPlot plot,
KeyEvent event)
|
void |
DragAngledRectangleToScale.changeCursor(RecordPlot plot,
InputEvent event)
|
void |
DragToTranslate.changeCursor(RecordPlot plot,
InputEvent event)
|
void |
DragRectangleToScale.changeCursor(RecordPlot plot,
InputEvent event)
|
void |
NullInteractionHandler.changeCursor(RecordPlot plot,
InputEvent event)
|
void |
DragToScale.changeCursor(RecordPlot plot,
InputEvent event)
|
void |
DragBallToRotate.changeCursor(RecordPlot plot,
InputEvent event)
|
void |
DragToRotate.changeCursor(RecordPlot plot,
InputEvent event)
|
void |
DefaultInteractionHandler.changeCursor(RecordPlot plot,
InputEvent event)
|
boolean |
AbstractInteractionHandler.ctrlKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.ctrlKeyReleased(RecordPlot plot,
KeyEvent event)
|
boolean |
DragAngledRectangleToScale.ctrlMetaKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.ctrlMetaKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
DragAngledRectangleToScale.ctrlMetaKeyReleased(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.ctrlMetaKeyReleased(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.escKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.escKeyReleased(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.keyTyped(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.metaKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.metaKeyReleased(RecordPlot plot,
KeyEvent event)
|
void |
DragAngledRectangleToScale.mouseButton1Clicked(RecordPlot plot,
MouseEvent event)
|
void |
DragToTranslate.mouseButton1Clicked(RecordPlot plot,
MouseEvent event)
Centers the point you clicked on. |
void |
DragRectangleToScale.mouseButton1Clicked(RecordPlot plot,
MouseEvent event)
Translate point to center and zoom in (or out if alt key pressed). |
void |
DragToScale.mouseButton1Clicked(RecordPlot plot,
MouseEvent event)
Zoom in (or out if alt key pressed). |
void |
AbstractInteractionHandler.mouseButton1Clicked(RecordPlot plot,
MouseEvent event)
|
void |
DragAngledRectangleToScale.mouseButton1DragEnded(RecordPlot plot,
MouseEvent event)
|
void |
DragToTranslate.mouseButton1DragEnded(RecordPlot plot,
MouseEvent event)
|
void |
DragRectangleToScale.mouseButton1DragEnded(RecordPlot plot,
MouseEvent event)
Update end point of rectangle, translate and scale, and remove rectangle. |
void |
DragToScale.mouseButton1DragEnded(RecordPlot plot,
MouseEvent event)
|
void |
DragBallToRotate.mouseButton1DragEnded(RecordPlot plot,
MouseEvent event)
|
void |
DragToRotate.mouseButton1DragEnded(RecordPlot plot,
MouseEvent event)
|
void |
AbstractInteractionHandler.mouseButton1DragEnded(RecordPlot plot,
MouseEvent event)
|
void |
DragAngledRectangleToScale.mouseButton1Dragged(RecordPlot plot,
MouseEvent event)
|
void |
DragToTranslate.mouseButton1Dragged(RecordPlot plot,
MouseEvent event)
|
void |
DragRectangleToScale.mouseButton1Dragged(RecordPlot plot,
MouseEvent event)
Update moving point of rectangle and draw. |
void |
DragToScale.mouseButton1Dragged(RecordPlot plot,
MouseEvent event)
|
void |
DragBallToRotate.mouseButton1Dragged(RecordPlot plot,
MouseEvent event)
|
void |
DragToRotate.mouseButton1Dragged(RecordPlot plot,
MouseEvent event)
|
void |
AbstractInteractionHandler.mouseButton1Dragged(RecordPlot plot,
MouseEvent event)
|
void |
DragAngledRectangleToScale.mouseButton1DragStarted(RecordPlot plot,
MouseEvent event)
|
void |
DragToTranslate.mouseButton1DragStarted(RecordPlot plot,
MouseEvent event)
|
void |
DragRectangleToScale.mouseButton1DragStarted(RecordPlot plot,
MouseEvent event)
Store starting point of rectangle. |
void |
DragToScale.mouseButton1DragStarted(RecordPlot plot,
MouseEvent event)
|
void |
DragBallToRotate.mouseButton1DragStarted(RecordPlot plot,
MouseEvent event)
|
void |
DragToRotate.mouseButton1DragStarted(RecordPlot plot,
MouseEvent event)
|
void |
AbstractInteractionHandler.mouseButton1DragStarted(RecordPlot plot,
MouseEvent event)
|
void |
AbstractInteractionHandler.mouseButton1Pressed(RecordPlot plot,
MouseEvent event)
|
void |
DragRectangleToScale.mouseButton1Released(RecordPlot plot,
MouseEvent event)
|
void |
DragToScale.mouseButton1Released(RecordPlot plot,
MouseEvent event)
|
void |
AbstractInteractionHandler.mouseButton1Released(RecordPlot plot,
MouseEvent event)
|
void |
DragAngledRectangleToScale.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
DragToTranslate.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
DragRectangleToScale.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
NullInteractionHandler.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
DragToScale.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
DragBallToRotate.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
DragToRotate.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
DefaultInteractionHandler.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
AbstractInteractionHandler.mouseEntered(RecordPlot plot,
MouseEvent event)
|
void |
AbstractInteractionHandler.mouseExited(RecordPlot plot,
MouseEvent event)
|
void |
DragAngledRectangleToScale.mouseMoved(RecordPlot plot,
MouseEvent event)
|
void |
AbstractInteractionHandler.mouseMoved(RecordPlot plot,
MouseEvent event)
|
void |
DefaultInteractionHandler.mouseWheelMoved(RecordPlot plot,
MouseWheelEvent event)
|
void |
AbstractInteractionHandler.mouseWheelMoved(RecordPlot plot,
MouseWheelEvent event)
|
boolean |
DefaultInteractionHandler.otherKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.otherKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.otherKeyReleased(RecordPlot plot,
KeyEvent event)
|
void |
DragAngledRectangleToScale.reset(RecordPlot plot,
InputEvent event)
|
void |
DragToTranslate.reset(RecordPlot plot,
InputEvent event)
|
void |
DragRectangleToScale.reset(RecordPlot plot,
InputEvent event)
|
void |
DragToScale.reset(RecordPlot plot,
InputEvent event)
|
void |
DragBallToRotate.reset(RecordPlot plot,
InputEvent event)
|
void |
DragToRotate.reset(RecordPlot plot,
InputEvent event)
|
void |
AbstractInteractionHandler.reset(RecordPlot plot,
InputEvent event)
|
void |
AbstractInteractionHandler.setRecord(RecordPlot plot,
Object record)
|
void |
AbstractInteractionHandler.setSelected(RecordPlot plot,
boolean selected)
|
void |
AbstractInteractionHandler.setSize(RecordPlot plot,
int width,
int height)
|
boolean |
DragAngledRectangleToScale.shiftKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
DragRectangleToScale.shiftKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.shiftKeyPressed(RecordPlot plot,
KeyEvent event)
|
boolean |
DragAngledRectangleToScale.shiftKeyReleased(RecordPlot plot,
KeyEvent event)
|
boolean |
DragRectangleToScale.shiftKeyReleased(RecordPlot plot,
KeyEvent event)
|
boolean |
AbstractInteractionHandler.shiftKeyReleased(RecordPlot plot,
KeyEvent event)
|
static void |
DragRectangleToScale.translateAndScale(RecordPlot plot,
Rectangle2D rectangle,
boolean fixedRatio)
|
Uses of RecordPlot in hep.wired.plot |
---|
Classes in hep.wired.plot that implement RecordPlot | |
---|---|
class |
WiredPlot
Defines a single event display plot. |
Methods in hep.wired.plot that return RecordPlot | |
---|---|
RecordPlot |
WiredPlot.copy(String name,
Object record,
boolean supportUndo)
Returns a copy of this plot, attached to the given objects, from the given parameters. |
Constructors in hep.wired.plot with parameters of type RecordPlot | |
---|---|
WiredPlotCommandHandler(RecordPlot plot)
Creates a command handler attached to the plot. |
Uses of RecordPlot in hep.wired.plugin |
---|
Methods in hep.wired.plugin that return RecordPlot | |
---|---|
RecordPlot |
WiredPage.getRecordPlot()
|
Constructors in hep.wired.plugin with parameters of type RecordPlot | |
---|---|
WiredPage(String name,
RecordPlot plot,
org.freehep.util.commanddispatcher.CommandProcessor processor)
|
Uses of RecordPlot in hep.wired.services |
---|
Methods in hep.wired.services that return RecordPlot | |
---|---|
RecordPlot |
RecordPlot.copy(String name,
Object record,
boolean supportUndo)
Returns a copy of this plot, attached to the given objects, from the given parameters. |
Methods in hep.wired.services with parameters of type RecordPlot | |
---|---|
boolean |
InteractionHandler.altKeyPressed(RecordPlot plot,
KeyEvent event)
Called when the alt key is pressed. |
boolean |
InteractionHandler.altKeyReleased(RecordPlot plot,
KeyEvent event)
Called when the alt key is released. |
void |
InteractionHandler.changeCursor(RecordPlot plot,
InputEvent event)
Called to allow the InteractionHandler to change the cursor. |
boolean |
InteractionHandler.ctrlKeyPressed(RecordPlot plot,
KeyEvent event)
Called when the ctrl key is pressed. |
boolean |
InteractionHandler.ctrlKeyReleased(RecordPlot plot,
KeyEvent event)
Called when the ctrl key is released. |
boolean |
InteractionHandler.ctrlMetaKeyPressed(RecordPlot plot,
KeyEvent event)
Called when the ctrl (other OSs) or meta (MacOS) key is pressed key is pressed. |
boolean |
InteractionHandler.ctrlMetaKeyReleased(RecordPlot plot,
KeyEvent event)
Called when the ctrl (other OSs) or meta (MacOS) key is released. |
boolean |
InteractionHandler.escKeyPressed(RecordPlot plot,
KeyEvent event)
Called when the esc key is pressed. |
boolean |
InteractionHandler.escKeyReleased(RecordPlot plot,
KeyEvent event)
Called when the esc key is released. |
boolean |
InteractionHandler.keyTyped(RecordPlot plot,
KeyEvent event)
Called when a key is typed. |
boolean |
InteractionHandler.metaKeyPressed(RecordPlot plot,
KeyEvent event)
Called when the meta/option key is pressed. |
boolean |
InteractionHandler.metaKeyReleased(RecordPlot plot,
KeyEvent event)
Called when the meta/option key is released. |
JPopupMenu |
GraphicsPanel.modifyPopupMenu(JPopupMenu menu,
RecordPlot plot)
Allows for modification of the popup menu |
void |
InteractionHandler.mouseButton1Clicked(RecordPlot plot,
MouseEvent event)
Called when mouse button 1 is clicked |
void |
InteractionHandler.mouseButton1DragEnded(RecordPlot plot,
MouseEvent event)
Called when mouse button 1 is ending a drag |
void |
InteractionHandler.mouseButton1Dragged(RecordPlot plot,
MouseEvent event)
Called when mouse button 1 is dragged |
void |
InteractionHandler.mouseButton1DragStarted(RecordPlot plot,
MouseEvent event)
Called when mouse button 1 is starting a drag |
void |
InteractionHandler.mouseButton1Pressed(RecordPlot plot,
MouseEvent event)
Called when mouse button 1 is pressed |
void |
InteractionHandler.mouseButton1Released(RecordPlot plot,
MouseEvent event)
Called when mouse button 1 is released |
void |
InteractionHandler.mouseEntered(RecordPlot plot,
MouseEvent event)
Called when the mouse is entering the component |
void |
InteractionHandler.mouseExited(RecordPlot plot,
MouseEvent event)
Called when the mouse is exitting the component |
void |
InteractionHandler.mouseMoved(RecordPlot plot,
MouseEvent event)
Called when the mouse is moved |
void |
InteractionHandler.mouseWheelMoved(RecordPlot plot,
MouseWheelEvent event)
Called when the mousewheel is moved |
boolean |
InteractionHandler.otherKeyPressed(RecordPlot plot,
KeyEvent event)
Called when any other key is pressed. |
boolean |
InteractionHandler.otherKeyReleased(RecordPlot plot,
KeyEvent event)
Called when any other key is released. |
void |
InteractionHandler.reset(RecordPlot plot,
InputEvent event)
Called to reset the interaction handler in its initial state. |
void |
InteractionHandler.setRecord(RecordPlot plot,
Object record)
Sets the Record which is displayed in the GraphicsPanel. |
void |
GraphicsPanel.setSelected(RecordPlot plot,
boolean selected)
Designates the panel as selected. |
void |
InteractionHandler.setSelected(RecordPlot plot,
boolean selected)
Called when underlying plot is selected/unselected. |
void |
InteractionHandler.setSize(RecordPlot plot,
int width,
int height)
Sets the size of the wired plot on the handler, to be able to move/resize objects drawn by the handler. |
boolean |
InteractionHandler.shiftKeyPressed(RecordPlot plot,
KeyEvent event)
Called when the shift key is pressed. |
boolean |
InteractionHandler.shiftKeyReleased(RecordPlot plot,
KeyEvent event)
Called when the esc key is released. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |