Package hep.wired.edit

Standard Edits.

See:
          Description

Interface Summary
GraphicsPanelEdit Interface for edits handled by changing the graphics panel.
 

Class Summary
AnimatedWiredEdit Base class for an animated single edit.
FitToWindow Fits plot to window by translation and scaling.
NoOperation No Operation Edit, useful to fill a compound edit.
Reset Resets the plot to its initial state.
Rotate Rotates a plot in 2D or 3D.
Scale Scales a plot in 2D or 3D.
SetScale Set Scale of a plot in 2D or 3D.
SetTranslate Set Translate a plot in 2D or 3D.
Shear Shears a plot in 2D.
Transform2D Transforms a plot in 2D.
Translate Translates a plot in 2D or 3D.
WiredCompoundEdit Class for a compound edit.
WiredEdit Base class for a non-animated single edit.
 

Package hep.wired.edit Description

Standard Edits.

This package contains all the standard Edits available on the WiredPlot. Edits need to be posted to a plot. Most edits can be undone when sent to a plot which supports undo. A single edit can be sent to more than one plot. The plot makes an internal copy.

To define new edits, one should inherit from AnimatedWiredEdit, WiredEdit or from CompoundWiredEdit.

Edits that implement ProjectionEdit are normally handled by a projection. GraphicsModeEdits are handled by the plot itself.



Copyright © 1996-2013 FreeHEP. All Rights Reserved.