Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GraphicsPanelEdit
Interface for edits handled by changing the graphics panel.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
Pnuts
Interface implemented by a converter to create a script of edits in a certain
language
|
Modifier and Type | Interface and Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
RectangularViewPort
Defines a Rectangular Viewport using x0, y0, width and height.
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.