See: Description
Class | Description |
---|---|
AbstractDrawAs | |
DrawAsCache |
Cache to register and lookup "DrawAs" values.
|
DrawAsCircle |
Draws one or more circles, centered on HepRepPoints with given "Radius",
positioned using "Phi" and "Theta".
|
DrawAsCurve |
Draws a cubic bezier curve specified by the HepRepPoint control points.
|
DrawAsCylinder |
Draws one or more cylinders, where a couple of HepRepPoints specify the faces
centers, with given "Radius", positioned using "Phi" and "Theta".
|
DrawAsEllipse |
Draws one or more ellipses, centered at HepRepPoints, with given "Radius" and
"Radius2", positioned using "Phi", "Theta" and "Omega".
|
DrawAsEllipsePrism |
Draws one or more cylinders with elliptical faces, centered at HepRepPoints,
with given "Radius" and "Radius2", positioned using "Phi", "Theta" and
"Omega".
|
DrawAsEllipsoid |
Draws one or more ellipsoids, centered on HepRepPoints with given "Radius",
"Radius2" and "Radius3", positioned by "Phi", "Theta" and "Omega".
|
DrawAsLine |
Draws one or more line segments, given by HepRepPoints.
|
DrawAsPoint |
Draws one or more marker of type "MarkName" and size "MarkSize", centered at
HepRepPoints.
|
DrawAsPolygon |
Draws a closed set of lines, given a set of HepRepPoints.
|
DrawAsPrism |
Draws a prism, where one face is given by the first half of the HepRepPoints
and the other by the second half of the HepRepPoints.
|
DrawAsText |
Draws text in the plot, positioned using "HPos" and "VPos" and aligned using
"HAlign" and "VAlign".
|
Standard Representations (DrawAs) for WIRED.
This package contains the Standard DrawAs classes for WIRED. DrawAs classes implement representations for HepRepInstances.
To define your own representation you need to implement the DrawAs interface and register your DrawAs class with the FreeHEPLookup as a service.
Copyright © 1996-2014 FreeHEP. All Rights Reserved.