Uses of Class
org.scilab.forge.scirenderer.implementation.g2d.G2DCanvas
Packages that use G2DCanvas
Package
Description
-
Uses of G2DCanvas in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d that return G2DCanvasModifier and TypeMethodDescriptionstatic G2DCanvas
G2DCanvasFactory.createCanvas
(Graphics2D g2d, int width, int height) Create a canvas from an auto drawable object.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 G2DCanvasModifierConstructorDescriptionMotor3D
(G2DCanvas canvas, Graphics2D g2d, 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