Package | Description |
---|---|
hep.wired.edit |
Standard Edits.
|
hep.wired.plot |
The WIRED plot and its support classes.
|
Modifier and Type | Class and Description |
---|---|
class |
AnimatedWiredEdit
Base class for an animated single edit.
|
class |
NoOperation
No Operation Edit, useful to fill a compound edit.
|
class |
Reset
Resets the plot to its initial state.
|
class |
Rotate
Rotates a plot in 2D or 3D.
|
class |
Scale
Scales a plot in 2D or 3D.
|
class |
SetScale
Set Scale of a plot in 2D or 3D.
|
class |
SetTranslate
Set Translate a plot in 2D or 3D.
|
class |
Shear
Shears a plot in 2D.
|
class |
Transform2D
Transforms a plot in 2D.
|
class |
Translate
Translates a plot in 2D or 3D.
|
Modifier and Type | Method and Description |
---|---|
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) |
WiredEdit |
Shear.copy(RecordPlot plot) |
WiredEdit |
Translate.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.
|
WiredEdit |
Reset.copy(RecordPlot plot) |
Modifier and Type | Method and Description |
---|---|
void |
WiredPlot.postEdit(WiredEdit edit)
Handles a Wired Edit.
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.