Modifier and Type | Method | Description |
---|---|---|
Canvas |
DrawingTools.getCanvas() |
Return the canvas where draw is done.
|
Modifier and Type | Class | Description |
---|---|---|
class |
G2DCanvas |
G2D implementation of a Canvas.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JoGLCanvas |
JoGL implementation of a Canvas.
|
Modifier and Type | Method | Description |
---|---|---|
static Canvas |
JoGLCanvasFactory.createCanvas(int width,
int height) |
Create a canvas for an offscreen rendering.
|
static Canvas |
JoGLCanvasFactory.createCanvas(com.jogamp.opengl.GLAutoDrawable autoDrawable) |
Create a canvas from an auto drawable object.
|
Modifier and Type | Method | Description |
---|---|---|
Canvas |
JoGLPickingTools.getCanvas() |
Modifier and Type | Method | Description |
---|---|---|
Canvas |
PickingTools.getCanvas() |
Return the canvas.
|
Constructor | Description |
---|---|
TransformationManagerImpl(Canvas canvas) |
Standard constructor.
|
Modifier and Type | Method | 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.
|
static DefaultGeometry |
TetrahedronFactory.createTetrahedron(Canvas canvas) |