Class G2DCanvasFactory
java.lang.Object
org.scilab.forge.scirenderer.implementation.g2d.G2DCanvasFactory
- Author:
- Pierre Lando
-
Method Summary
Modifier and TypeMethodDescriptionstatic G2DCanvas
createCanvas
(Graphics2D g2d, int width, int height) Create a canvas from an auto drawable object.
-
Method Details
-
createCanvas
Create a canvas from an auto drawable object.- Parameters:
autoDrawable
- the auto drawable object.- Returns:
- a canvas based on the given auto drawable object.
-