public final class JoGLShapeDrawer
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
draw(JoGLDrawingTools drawingTools,
Geometry geometry,
Appearance appearance)
Draw a given geometry with given appearance.
|
static JoGLShapeDrawer |
getDrawer()
Singleton getter.
|
public static JoGLShapeDrawer getDrawer()
JoGLShapeDrawer
.public void draw(JoGLDrawingTools drawingTools, Geometry geometry, Appearance appearance) throws SciRendererException
drawingTools
- the drawing tools.geometry
- the geometry.appearance
- the appearance.SciRendererException
- if the draw is not possible.