Package | Description |
---|---|
hep.wired.feature |
The feature interfaces, implemented by graphics panels, projections, etc.
|
hep.wired.services |
The Services provided by and to WIRED.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HasBoundingBox
Can calculate a bounding box for the plot.
|
interface |
Resetable
Can be reset to its initial state.
|
interface |
Rotateable2D
Can rotate viewpoint in Z-plane.
|
interface |
Rotateable3D
Can rotate viewpoint over arbitrary vector in 3D.
|
interface |
Scaleable
Can scale uniformely.
|
interface |
Scaleable2D
Can scale in 2D.
|
interface |
Scaleable3D
Can scale in 3D.
|
interface |
Shearable2D
Can shear in 2D.
|
interface |
Transformable2D
Can be transformed in 2D, meaning Scaleable2D, Shearable2D, Translateable2D
and Rotateable2D.
|
interface |
Transformable3D
Can be transformed in 3D, meaning Scaleable3D, Translateable3D and
Rotateable3D.
|
interface |
Translateable
Can calculate translations from screen and model.
|
interface |
Translateable2D
Can translate in 2D.
|
interface |
Translateable3D
Can translate in 3D.
|
Modifier and Type | Method and Description |
---|---|
Feature |
GraphicsPanel.getFeature(Class featureClass)
Returns the feature if available
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.