Package | Description |
---|---|
hep.wired.heprep.graphicspanel |
The HepRep graphics panel and its support classes.
|
hep.wired.heprep.representation |
Standard Representations (DrawAs) for WIRED.
|
hep.wired.heprep.services |
The Services provided by and to WIRED.
|
Modifier and Type | Class and Description |
---|---|
class |
HepRepGraphicsMode
Defines the general graphics mode for each plot.
|
Modifier and Type | Method and Description |
---|---|
void |
DrawAsPolygon.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsCurve.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsEllipsePrism.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsEllipsoid.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsPrism.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsPoint.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsText.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsCircle.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsEllipse.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsCylinder.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsLine.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsPolygon.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsCurve.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsEllipsePrism.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsEllipsoid.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsPrism.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsPoint.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsText.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsCircle.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsEllipse.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsCylinder.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
void |
DrawAsLine.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort) |
Modifier and Type | Method and Description |
---|---|
void |
DrawAs.draw(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort)
Draws an HepRepInstance into VectorGraphics using given Attributes.
|
void |
DrawAs.frame(org.freehep.graphics2d.VectorGraphics graphics,
hep.graphics.heprep.HepRepInstance instance,
Attributes atts,
GraphicsMode mode,
Projection projection,
ViewPort viewPort)
Draws a frame of an HepRepInstance into VectorGraphics using given
Attributes.
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.