Modifier and Type | Method and Description |
---|---|
void |
DrawingTools.draw(Geometry geometry)
Draw the given geometry with default appearance.
|
void |
DrawingTools.draw(Geometry geometry,
Appearance appearance)
Draw the given geometry.
|
Modifier and Type | Method and Description |
---|---|
void |
G2DDrawingTools.draw(Geometry geometry) |
void |
G2DDrawingTools.draw(Geometry geometry,
Appearance appearance) |
Modifier and Type | Method and Description |
---|---|
void |
Motor3D.draw(DrawingTools drawingTools,
Geometry geometry,
Appearance appearance)
Add the geometry to the scene
|
Modifier and Type | Method and Description |
---|---|
void |
JoGLDrawingTools.draw(Geometry geometry) |
void |
JoGLDrawingTools.draw(Geometry geometry,
Appearance appearance) |
Modifier and Type | Method and Description |
---|---|
void |
JoGLShapeDrawer.draw(JoGLDrawingTools drawingTools,
Geometry geometry,
Appearance appearance)
Draw a given geometry with given appearance.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultGeometry
Default implementation of a Geometry.
|
Modifier and Type | Method and Description |
---|---|
Geometry |
SphereFactory.create(Canvas canvas,
java.lang.Float radius,
int givenLatitude,
int givenLongitude)
Create a sphere geometry with classic longitude / latitude division.
|
static Geometry |
CubeFactory.createCube(Canvas canvas)
Return a geometry representing a simple cube.
|
static Geometry |
CubeFactory.createCube(Canvas canvas,
int density)
Return a geometry representing a cube.
|
static Geometry |
CubeFactory.createCube(Canvas canvas,
int density,
boolean wired)
Return a geometry representing a cube.
|