com.sun.lwuit.impl.android
Interface AndroidViewInterface


public interface AndroidViewInterface

allow different View implementations by using this interface within implementation class.


Method Summary
 void flushGraphics()
           
 void flushGraphics(android.graphics.Rect rect)
           
 android.view.View getAndroidView()
           
 com.sun.lwuit.impl.android.AndroidGraphics getGraphics()
           
 int getViewHeight()
           
 int getViewWidth()
           
 void showAndWaitUntilValid()
          show this view and wait until it is actually valid and we can draw on it.
 

Method Detail

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.