CanvasLFpublic interface CanvasLF implements DisplayableLFLook and Feel interface used by Canvas.
See Naming Conventions
for information about method naming conventions. |
Methods Summary |
---|
public void | lRepaint(int x, int y, int width, int height, java.lang.Object target)Notifies look and feel object that repaint of a (x, y, width, height)
area is needed.
| public void | lRepaint()Notifies that repaint of the entire Canvas look&feel is needed.
| public int | uGetKeyMask()Display calls to get key mask of all the keys that were pressed.
| public void | uServiceRepaints()Request serviceRepaints from current Display.
SYNC NOTE: unlike most other methods, no locking is held when
this function is called because Display.serviceRepaints()
needs to handle its own locking.
|
|