C# 클래스 Nez.UI.TextButton

상속: Button
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 메소드들

메소드 설명
TextButton ( string text, Skin skin, string styleName = null ) : System
TextButton ( string text, TextButtonStyle style ) : System
ToString ( ) : string
draw ( Graphics graphics, float parentAlpha ) : void
getLabel ( ) : Label
getLabelCell ( ) : Cell
getStyle ( ) : TextButtonStyle
getText ( ) : string
setStyle ( ButtonStyle style ) : void
setText ( String text ) : void

메소드 상세

TextButton() 공개 메소드

public TextButton ( string text, Skin skin, string styleName = null ) : System
text string
skin Skin
styleName string
리턴 System

TextButton() 공개 메소드

public TextButton ( string text, TextButtonStyle style ) : System
text string
style TextButtonStyle
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

draw() 공개 메소드

public draw ( Graphics graphics, float parentAlpha ) : void
graphics Graphics
parentAlpha float
리턴 void

getLabel() 공개 메소드

public getLabel ( ) : Label
리턴 Label

getLabelCell() 공개 메소드

public getLabelCell ( ) : Cell
리턴 Cell

getStyle() 공개 메소드

public getStyle ( ) : TextButtonStyle
리턴 TextButtonStyle

getText() 공개 메소드

public getText ( ) : string
리턴 string

setStyle() 공개 메소드

public setStyle ( ButtonStyle style ) : void
style ButtonStyle
리턴 void

setText() 공개 메소드

public setText ( String text ) : void
text String
리턴 void