|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Appearance in org.scilab.forge.scirenderer |
|---|
| Methods in org.scilab.forge.scirenderer with parameters of type Appearance | |
|---|---|
void |
DrawingTools.draw(Geometry geometry,
Appearance appearance)
Draw the given geometry. |
| Uses of Appearance in org.scilab.forge.scirenderer.implementation.jogl |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.jogl with parameters of type Appearance | |
|---|---|
void |
JoGLDrawingTools.draw(Geometry geometry,
Appearance appearance)
|
| Uses of Appearance in org.scilab.forge.scirenderer.implementation.jogl.drawer |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.jogl.drawer with parameters of type Appearance | |
|---|---|
void |
JoGLShapeDrawer.draw(JoGLDrawingTools drawingTools,
Geometry geometry,
Appearance appearance)
Draw a given geometry with given appearance. |
| Uses of Appearance in org.scilab.forge.scirenderer.implementation.jogl.utils |
|---|
| Methods in org.scilab.forge.scirenderer.implementation.jogl.utils with parameters of type Appearance | |
|---|---|
static void |
GLShortCuts.useLineAppearance(javax.media.opengl.GL 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. |
| Uses of Appearance in org.scilab.forge.scirenderer.shapes.appearance |
|---|
| Methods in org.scilab.forge.scirenderer.shapes.appearance that return Appearance | |
|---|---|
static Appearance |
Appearance.getDefault()
Return the default appearance. |
| Uses of Appearance in org.scilab.forge.scirenderer.sprite |
|---|
| Methods in org.scilab.forge.scirenderer.sprite with parameters of type Appearance | |
|---|---|
void |
SpriteDrawingTools.drawCircle(int x,
int y,
int diameter,
Appearance appearance)
Draw a circle. |
void |
SpriteDrawingTools.drawPolyline(int[] coordinates,
Appearance appearance)
Draw a polyline. |
void |
SpriteDrawingTools.fillPolygon(int[] coordinates,
Appearance appearance)
Fill a polygon. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||