de.enough.polish.ui
Interface AccessibleCanvas
- All Known Implementing Classes:
- Alert, BottomScreenChangeAnimation, BottomShutterScreenChangeAnimation, BwToColorScreenChangeAnimation, CageScreenChangeAnimation, CardScreenChangeAnimation, CubeScreenChangeAnimation, DancingPixelScreenChangeAnimation, DiagonalScreenChangeAnimation, DisplayScreenChangeAnimation, DominoScreenChangeAnimation, FadeOutFadeInScreenChangeAnimation, FadeScreenChangeAnimation, FilteredList, FlashScreenChangeAnimation, Form, FramedForm, GradientScreenChangeAnimation, InitializerSplashScreen, LeftScreenChangeAnimation, LeftShutterScreenChangeAnimation, List, NewWaveScreenChangeAnimation, PaperScreenChangeAnimation, ParticleScreenChangeAnimation, PixelScreenChangeAnimation, RainScreenChangeAnimation, RightScreenChangeAnimation, RightShutterScreenChangeAnimation, Rotate3DScreenChangeAnimation, RotateScreenChangeAnimation, ScaleScreenChangeAnimation, Screen, ScreenChangeAnimation, SnapshotScreen, SplashScreen, SqueezeScreenChangeAnimation, TabbedForm, TabbedList, TextBox, TopScreenChangeAnimation, TopShutterScreenChangeAnimation, VerticalFlashScreenChangeAnimation, ZoomBothScreenChangeAnimation, ZoomInAndHideScreenChangeAnimation, ZoomOutScreenChangeAnimation
public interface AccessibleCanvas
Makes the canvas methods available to the J2ME Polish GUI.
Copyright (c) Enough Software 2005 - 2008
history
03-Jun-2005 - rob creation
- Author:
- Robert Virkus, j2mepolish@enough.de
keyPressed
void keyPressed(int keyCode)
keyRepeated
void keyRepeated(int keyCode)
keyReleased
void keyReleased(int keyCode)
pointerPressed
void pointerPressed(int x,
int y)
pointerReleased
void pointerReleased(int x,
int y)
pointerDragged
void pointerDragged(int x,
int y)
showNotify
void showNotify()
hideNotify
void hideNotify()
sizeChanged
void sizeChanged(int width,
int height)
paint
void paint(javax.microedition.lcdui.Graphics g)