public interface AppletWindow
Modifier and Type | Method and Description |
---|---|
void |
dispatchEvent(java.util.Map eventInfo) |
int |
getHeight() |
int |
getPositionX() |
int |
getPositionY() |
int |
getRemoteLayerId() |
float |
getUIScale() |
int |
getWidth() |
void |
setBackgroundColor(int color) |
void |
setForegroundColor(int color) |
void |
setPosition(int x,
int y) |
void |
setSize(int width,
int height) |
void |
setStageOnTop(Stage topStage) |
void |
setVisible(boolean state) |
void setStageOnTop(Stage topStage)
void setBackgroundColor(int color)
void setForegroundColor(int color)
void setVisible(boolean state)
void setSize(int width, int height)
int getWidth()
int getHeight()
void setPosition(int x, int y)
int getPositionX()
int getPositionY()
float getUIScale()
int getRemoteLayerId()
void dispatchEvent(java.util.Map eventInfo)