Method | Description | |
---|---|---|
Draw ( |
||
Invalidate ( ) : void | ||
Label ( CharSequence text, |
||
Label ( CharSequence text, Skin skin ) : System | ||
Label ( CharSequence text, Skin skin, string styleName ) : System | ||
Label ( CharSequence text, Skin skin, string fontName, Color color ) : System | ||
Label ( CharSequence text, Skin skin, string fontName, string colorName ) : System | ||
Label ( string text, |
||
Label ( string text, Skin skin ) : System | ||
Label ( string text, Skin skin, string styleName ) : System | ||
Label ( string text, Skin skin, string fontName, Color color ) : System | ||
Label ( string text, Skin skin, string fontName, string colorName ) : System | ||
Layout ( ) : void | ||
SetAlignment ( Alignment wrapAlign ) : void | ||
SetAlignment ( Alignment labelAlign, Alignment lineAlign ) : void | ||
SetAlignment ( Alignment labelAlign, HAlignment lineAlign ) : void | ||
SetFontScale ( float fontScale ) : void | ||
SetFontScale ( float fontScaleX, float fontScaleY ) : void | ||
TextEquals ( CharSequence other ) : bool | ||
TextEquals ( string other ) : bool |
Method | Description | |
---|---|---|
ComputeSize ( ) : void |
public Draw ( |
||
spriteBatch | ||
parentAlpha | float | |
return | void |
public Label ( CharSequence text, |
||
text | CharSequence | |
style | ||
return | System |
public Label ( CharSequence text, Skin skin ) : System | ||
text | CharSequence | |
skin | Skin | |
return | System |
public Label ( CharSequence text, Skin skin, string styleName ) : System | ||
text | CharSequence | |
skin | Skin | |
styleName | string | |
return | System |
public Label ( CharSequence text, Skin skin, string fontName, Color color ) : System | ||
text | CharSequence | |
skin | Skin | |
fontName | string | |
color | Color | |
return | System |
public Label ( CharSequence text, Skin skin, string fontName, string colorName ) : System | ||
text | CharSequence | |
skin | Skin | |
fontName | string | |
colorName | string | |
return | System |
public Label ( string text, |
||
text | string | |
style | ||
return | System |
public Label ( string text, Skin skin ) : System | ||
text | string | |
skin | Skin | |
return | System |
public Label ( string text, Skin skin, string styleName ) : System | ||
text | string | |
skin | Skin | |
styleName | string | |
return | System |
public Label ( string text, Skin skin, string fontName, Color color ) : System | ||
text | string | |
skin | Skin | |
fontName | string | |
color | Color | |
return | System |
public Label ( string text, Skin skin, string fontName, string colorName ) : System | ||
text | string | |
skin | Skin | |
fontName | string | |
colorName | string | |
return | System |
public SetAlignment ( Alignment wrapAlign ) : void | ||
wrapAlign | Alignment | |
return | void |
public SetAlignment ( Alignment labelAlign, Alignment lineAlign ) : void | ||
labelAlign | Alignment | |
lineAlign | Alignment | |
return | void |
public SetAlignment ( Alignment labelAlign, HAlignment lineAlign ) : void | ||
labelAlign | Alignment | |
lineAlign | HAlignment | |
return | void |
public SetFontScale ( float fontScale ) : void | ||
fontScale | float | |
return | void |
public SetFontScale ( float fontScaleX, float fontScaleY ) : void | ||
fontScaleX | float | |
fontScaleY | float | |
return | void |
public TextEquals ( CharSequence other ) : bool | ||
other | CharSequence | |
return | bool |