Uses of Class
org.scilab.forge.scirenderer.implementation.g2d.G2DCanvas
-
Packages that use G2DCanvas Package Description org.scilab.forge.scirenderer.implementation.g2d org.scilab.forge.scirenderer.implementation.g2d.motor org.scilab.forge.scirenderer.implementation.g2d.texture -
-
Uses of G2DCanvas in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d that return G2DCanvas Modifier and Type Method Description static G2DCanvas
G2DCanvasFactory. createCanvas(java.awt.Graphics2D g2d, int width, int height)
Create a canvas from an auto drawable object.G2DCanvas
G2DDrawingTools. getCanvas()
-
Uses of G2DCanvas in org.scilab.forge.scirenderer.implementation.g2d.motor
Constructors in org.scilab.forge.scirenderer.implementation.g2d.motor with parameters of type G2DCanvas Constructor Description Motor3D(G2DCanvas canvas, java.awt.Graphics2D g2d, java.awt.Dimension dim)
Default constructor -
Uses of G2DCanvas in org.scilab.forge.scirenderer.implementation.g2d.texture
Constructors in org.scilab.forge.scirenderer.implementation.g2d.texture with parameters of type G2DCanvas Constructor Description G2DTextureManager(G2DCanvas canvas)
-