public final class G2DCanvasFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static G2DCanvas |
createCanvas(java.awt.Graphics2D g2d,
int width,
int height)
Create a canvas from an auto drawable object.
|
public static G2DCanvas createCanvas(java.awt.Graphics2D g2d, int width, int height)
autoDrawable
- the auto drawable object.