Interface GenericCanvas
-
- All Known Implementing Classes:
SwingEditorArea
,SwingEditorToolbar
public interface GenericCanvas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericDrawContext
getDrawContext()
int
getHeight()
int
getWidth()
void
repaint()
-
-
-
Method Detail
-
repaint
void repaint()
-
getWidth
int getWidth()
-
getHeight
int getHeight()
-
getDrawContext
GenericDrawContext getDrawContext()
-
-