Modifier and Type | Method and Description |
---|---|
Canvas |
DrawingTools.getCanvas()
Return the canvas where draw is done.
|
Constructor and Description |
---|
RotatableSprite.RotatableSpriteDrawer(Canvas canvas)
Constructor.
|
ScilabLikePlot2D.Plot2DDrawer(Canvas canvas,
MouseRotationAdapter mra)
Default constructor.
|
SimpleRuler.MainRulerDrawer(Canvas canvas,
javax.swing.BoundedRangeModel zoomLevel,
RulerModel rulerModel)
Default constructor.
|
Sprites.SpritesDrawer(Canvas canvas,
MouseRotationAdapter mra)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Canvas |
ExampleFrame.getCanvas()
Canvas getter.
|
Constructor and Description |
---|
MouseRotationAdapter(Rotation rotation,
Canvas canvas)
A constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
G2DCanvas
G2D implementation of a Canvas.
|
Modifier and Type | Class and Description |
---|---|
class |
JoGLCanvas
JoGL implementation of a Canvas.
|
Modifier and Type | Method and Description |
---|---|
static Canvas |
JoGLCanvasFactory.createCanvas(GLAutoDrawable autoDrawable)
Create a canvas from an auto drawable object.
|
static Canvas |
JoGLCanvasFactory.createCanvas(int width,
int height)
Create a canvas for an offscreen rendering.
|
Modifier and Type | Method and Description |
---|---|
Canvas |
JoGLPickingTools.getCanvas() |
Modifier and Type | Method and Description |
---|---|
Canvas |
PickingTools.getCanvas()
Return the canvas.
|
Constructor and Description |
---|
TransformationManagerImpl(Canvas canvas)
Standard constructor.
|
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.
|
static DefaultGeometry |
TetrahedronFactory.createTetrahedron(Canvas canvas) |