Uses of Class
hep.wired.edit.WiredEdit

Packages that use WiredEdit
hep.wired.edit Standard Edits. 
hep.wired.plot The WIRED plot and its support classes. 
 

Uses of WiredEdit in hep.wired.edit
 

Subclasses of WiredEdit in hep.wired.edit
 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.
 

Methods in hep.wired.edit that return WiredEdit
 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)
           
 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.
 

Uses of WiredEdit in hep.wired.plot
 

Methods in hep.wired.plot with parameters of type WiredEdit
 void WiredPlot.postEdit(WiredEdit edit)
          Handles a Wired Edit.
 



Copyright © 1996-2013 FreeHEP. All Rights Reserved.