Method | Description | |
---|---|---|
Window ( string title, Skin skin, string styleName = null ) : System | ||
Window ( string title, |
||
draw ( Graphics graphics, float parentAlpha ) : void | ||
getPrefWidth ( ) : float | ||
getStyle ( ) : |
Returns the window's style. Modifying the returned style may not have an effect until {@link #setStyle(WindowStyle)} is called
|
|
getTitleLabel ( ) : |
||
getTitleTable ( ) : |
||
hit ( Vector2 point ) : |
||
isDragging ( ) : bool | ||
isMovable ( ) : bool | ||
isResizable ( ) : bool | ||
keepWithinStage ( ) : void | ||
setKeepWithinStage ( bool keepWithinStage ) : |
||
setMovable ( bool isMovable ) : |
||
setResizable ( bool isResizable ) : |
||
setResizeBorderSize ( int resizeBorderSize ) : |
||
setStyle ( |
Method | Description | |
---|---|---|
drawBackground ( Graphics graphics, float parentAlpha, float x, float y ) : void | ||
drawStageBackground ( Graphics graphics, float parentAlpha, float x, float y, float width, float height ) : void | ||
positionChanged ( ) : void | ||
sizeChanged ( ) : void |
Method | Description | |
---|---|---|
IInputListener ( Vector2 mousePos ) : bool | ||
IInputListener ( int mouseWheelDelta ) : bool | ||
IInputListener ( ) : void | ||
IInputListener ( Vector2 mousePos ) : void |
public Window ( string title, Skin skin, string styleName = null ) : System | ||
title | string | |
skin | Skin | |
styleName | string | |
return | System |
public Window ( string title, |
||
title | string | |
style | ||
return | System |
public draw ( Graphics graphics, float parentAlpha ) : void | ||
graphics | Graphics | |
parentAlpha | float | |
return | void |
protected drawBackground ( Graphics graphics, float parentAlpha, float x, float y ) : void | ||
graphics | Graphics | |
parentAlpha | float | |
x | float | |
y | float | |
return | void |
protected drawStageBackground ( Graphics graphics, float parentAlpha, float x, float y, float width, float height ) : void | ||
graphics | Graphics | |
parentAlpha | float | |
x | float | |
y | float | |
width | float | |
height | float | |
return | void |
public setKeepWithinStage ( bool keepWithinStage ) : |
||
keepWithinStage | bool | |
return |
public setMovable ( bool isMovable ) : |
||
isMovable | bool | |
return |
public setResizable ( bool isResizable ) : |
||
isResizable | bool | |
return |
public setResizeBorderSize ( int resizeBorderSize ) : |
||
resizeBorderSize | int | |
return |