Uses of Interface
hep.wired.services.Feature

Packages that use Feature
hep.wired.feature The feature interfaces, implemented by graphics panels, projections, etc. 
hep.wired.services The Services provided by and to WIRED. 
 

Uses of Feature in hep.wired.feature
 

Subinterfaces of Feature in hep.wired.feature
 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.
 

Uses of Feature in hep.wired.services
 

Methods in hep.wired.services that return Feature
 Feature GraphicsPanel.getFeature(Class featureClass)
          Returns the feature if available
 



Copyright © 1996-2013 FreeHEP. All Rights Reserved.