com.sun.lwuit.impl.android
Interface AndroidViewInterface
public interface AndroidViewInterface
allow different View implementations by using this interface
within implementation class.
flushGraphics
void flushGraphics()
flushGraphics
void flushGraphics(android.graphics.Rect rect)
getViewWidth
int getViewWidth()
getViewHeight
int getViewHeight()
getGraphics
com.sun.lwuit.impl.android.AndroidGraphics getGraphics()
getAndroidView
android.view.View getAndroidView()
showAndWaitUntilValid
void showAndWaitUntilValid()
- show this view and wait until it is actually valid and we can
draw on it.