Modifier and Type | Method and Description |
---|---|
void |
DrawingTools.draw(Geometry geometry,
Appearance appearance)
Draw the given geometry.
|
Modifier and Type | Method and Description |
---|---|
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
|
static java.awt.Stroke |
G2DStroke.getStroke(Appearance appearance) |
Modifier and Type | Method and Description |
---|---|
void |
G2DTextureDrawingTools.drawCircle(int x,
int y,
int diameter,
Appearance appearance) |
void |
G2DTextureDrawingTools.drawPolyline(int[] coordinates,
Appearance appearance) |
void |
G2DTextureDrawingTools.fillPolygon(int[] coordinates,
Appearance appearance) |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
static void |
GLShortCuts.useLineAppearance(GL2 gl,
Appearance appearance)
Set the OpenGl context line appearance from the given appearance.
|
static void |
G2DShortCuts.useLineAppearance(java.awt.Graphics2D g2d,
Appearance appearance)
Use the given appearance for drawing lines.
|
Modifier and Type | Method and Description |
---|---|
static Appearance |
Appearance.getDefault()
Return the default appearance.
|
Modifier and Type | Method and Description |
---|---|
void |
TextureDrawingTools.drawCircle(int x,
int y,
int diameter,
Appearance appearance)
Draw a circle.
|
void |
BufferedImageTextureDrawingTools.drawCircle(int x,
int y,
int diameter,
Appearance appearance) |
void |
TextureDrawingTools.drawPolyline(int[] coordinates,
Appearance appearance)
Draw a polyline.
|
void |
BufferedImageTextureDrawingTools.drawPolyline(int[] coordinates,
Appearance appearance) |
void |
TextureDrawingTools.fillPolygon(int[] coordinates,
Appearance appearance)
Fill a polygon.
|
void |
BufferedImageTextureDrawingTools.fillPolygon(int[] coordinates,
Appearance appearance) |