Package | Description |
---|---|
hep.wired.feature |
The feature interfaces, implemented by graphics panels, projections, etc.
|
hep.wired.services |
The Services provided by and to WIRED.
|
hep.wired.viewport |
Standard Viewports.
|
Modifier and Type | Method and Description |
---|---|
double[] |
Translateable.getModelTranslation(double[] uvw,
ViewPort viewPort)
Returns Model translation from screen translation.
|
double[] |
Translateable.getScreenTranslation(double[] xyz,
ViewPort viewPort)
Returns Screen translation from model translation.
|
Modifier and Type | Method and Description |
---|---|
ViewPort |
ViewPort.copy()
Returns a copy of the viewport
|
ViewPort |
GraphicsPanel.getViewPort()
Returns the viewport for this panel.
|
Modifier and Type | Class and Description |
---|---|
class |
RectangularViewPort
Defines a Rectangular Viewport using x0, y0, width and height.
|
Modifier and Type | Method and Description |
---|---|
ViewPort |
RectangularViewPort.copy() |
Copyright © 1996-2014 FreeHEP. All Rights Reserved.