public interface DrawAs extends WiredRegistry.ID, XYZindices, UVWindices
X, Y, Z
U, V, W
Modifier and Type | Method and Description |
---|---|
void |
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 |
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.
|
String |
getDescription()
Describes what this DrawAs value does.
|
String |
getKey()
Returns DrawAs key
|
String |
getName()
Returns a short name.
|
getID
String getKey()
String getName()
String getDescription()
void draw(org.freehep.graphics2d.VectorGraphics graphics, hep.graphics.heprep.HepRepInstance instance, Attributes atts, GraphicsMode mode, Projection projection, ViewPort viewPort)
void frame(org.freehep.graphics2d.VectorGraphics graphics, hep.graphics.heprep.HepRepInstance instance, Attributes atts, GraphicsMode mode, Projection projection, ViewPort viewPort)
Copyright © 1996-2014 FreeHEP. All Rights Reserved.