Package | Description |
---|---|
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.services |
The Services provided by and to WIRED.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Transform2D.isSupportedBy(GraphicsPanel p) |
boolean |
Scale.isSupportedBy(GraphicsPanel p) |
boolean |
Rotate.isSupportedBy(GraphicsPanel p) |
boolean |
SetTranslate.isSupportedBy(GraphicsPanel p) |
boolean |
SetScale.isSupportedBy(GraphicsPanel p) |
boolean |
FitToWindow.isSupportedBy(GraphicsPanel p) |
boolean |
Shear.isSupportedBy(GraphicsPanel p) |
boolean |
Translate.isSupportedBy(GraphicsPanel p) |
boolean |
GraphicsPanelEdit.isSupportedBy(GraphicsPanel graphicsPanel)
Returns true if this edit is supported by the given graphics panel.
|
boolean |
Reset.isSupportedBy(GraphicsPanel p) |
Modifier and Type | Method and Description |
---|---|
boolean |
DragToTranslate.isSupportedBy(GraphicsPanel panel) |
boolean |
DragRectangleToScale.isSupportedBy(GraphicsPanel panel) |
boolean |
NullInteractionHandler.isSupportedBy(GraphicsPanel panel) |
boolean |
DragToScale.isSupportedBy(GraphicsPanel panel) |
boolean |
DragBallToRotate.isSupportedBy(GraphicsPanel panel) |
boolean |
DragToRotate.isSupportedBy(GraphicsPanel panel) |
boolean |
DefaultInteractionHandler.isSupportedBy(GraphicsPanel panel) |
boolean |
DragAngledRectangleToScale.isSupportedBy(GraphicsPanel panel) |
Modifier and Type | Method and Description |
---|---|
GraphicsPanel |
WiredPlot.getGraphicsPanel()
Returns the associated Graphics Panel.
|
Constructor and Description |
---|
WiredPlot(GraphicsPanel graphicsPanel)
Creates a plot without a record.
|
WiredPlot(String name,
GraphicsPanel graphicsPanel)
Creates a plot with default GraphicsMode.
|
WiredPlot(String name,
GraphicsPanel graphicsPanel,
boolean supportUndo)
Creates a plot with given parameters.
|
Modifier and Type | Method and Description |
---|---|
GraphicsPanel |
GraphicsPanel.copy()
Returns a copy of this graphics panel.
|
GraphicsPanel |
RecordPlot.getGraphicsPanel()
Returns the associated Graphics Panel.
|
Modifier and Type | Method and Description |
---|---|
boolean |
InteractionHandler.isSupportedBy(GraphicsPanel panel)
Returns true if this Interaction Handler is supported by this Graphics
Panel.
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.