Uses of Interface
hep.wired.util.WiredRegistry.ID

Packages that use WiredRegistry.ID
hep.wired.edit Standard Edits. 
hep.wired.interaction Standard Interaction Handlers for plots. 
hep.wired.scripting Standard Scripting Languages for WIRED. 
hep.wired.services The Services provided by and to WIRED. 
hep.wired.viewport Standard Viewports. 
 

Uses of WiredRegistry.ID in hep.wired.edit
 

Subinterfaces of WiredRegistry.ID in hep.wired.edit
 interface GraphicsPanelEdit
          Interface for edits handled by changing the graphics panel.
 

Classes in hep.wired.edit that implement WiredRegistry.ID
 class AnimatedWiredEdit
          Base class for an animated single edit.
 class FitToWindow
          Fits plot to window by translation and scaling.
 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.
 class WiredCompoundEdit
          Class for a compound edit.
 class WiredEdit
          Base class for a non-animated single edit.
 

Uses of WiredRegistry.ID in hep.wired.interaction
 

Classes in hep.wired.interaction that implement WiredRegistry.ID
 class AbstractInteractionHandler
          Near complete (null) implementation of an InteractionHandler.
 class DefaultInteractionHandler
          Default implementation of InteractionHandler that handles mouse wheel events to scroll, cursor keys to translate.
 class DragAngledRectangleToScale
          Drag/click mouse to define an (angled) rectangle to scale, rotate and translate plot.
 class DragBallToRotate
          Drag mouse to rotate plot using a virtual trackball.
 class DragRectangleToScale
          Drag/click to define a rectangle to scale and translate the plot.
 class DragToRotate
          Drag mouse to rotate plot in Z-plane.
 class DragToScale
          Drag/click mouse to scale plot.
 class DragToTranslate
          Drag/click mouse to translate plot.
 class NullInteractionHandler
           
 

Uses of WiredRegistry.ID in hep.wired.scripting
 

Classes in hep.wired.scripting that implement WiredRegistry.ID
 class Pnuts
          Interface implemented by a converter to create a script of edits in a certain language
 

Uses of WiredRegistry.ID in hep.wired.services
 

Subinterfaces of WiredRegistry.ID in hep.wired.services
 interface DelegatingInteractionHandler
           
 interface Edit
          A (undoable) change which can be sent to a plot.
 interface InteractionHandler
          Handles user interaction (Mouse and Keyboard) and dispatches edits to the plot.
 interface Script
          Interface implemented by a converter to create a script of edits in a certain language
 interface ViewPort
          Transforms coordinates in a world-unit system (X,Y,Z) with intervals (-1,1) into screen coordinates (U,V,W).
 

Uses of WiredRegistry.ID in hep.wired.viewport
 

Classes in hep.wired.viewport that implement WiredRegistry.ID
 class RectangularViewPort
          Defines a Rectangular Viewport using x0, y0, width and height.
 



Copyright © 1996-2013 FreeHEP. All Rights Reserved.