public interface Canvas
Modifier and Type | Method and Description |
---|---|
int |
getCanvasHeight()
Gets the height of the canvas.
|
java.lang.String |
getCanvasID()
Returns the ID of the canvas.
|
int |
getCanvasWidth()
Gets the width of the canvas.
|
java.awt.Color |
getDefaultColor()
Returns the default color.
|
int getCanvasHeight()
java.lang.String getCanvasID()
int getCanvasWidth()
java.awt.Color getDefaultColor()