C# 클래스 Nez.UI.ImageTextButton

상속: Button
파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
ImageTextButton ( string text, ImageTextButtonStyle style ) : System
ImageTextButton ( string text, Skin skin, string styleName = null ) : System
draw ( Graphics graphics, float parentAlpha ) : void
getImage ( ) : Image
getImageCell ( ) : Cell
getLabel ( ) : Label
getLabelCell ( ) : Cell
getStyle ( ) : ImageTextButtonStyle
getText ( ) : string
setStyle ( ImageTextButtonStyle style ) : void
setText ( string text ) : void

비공개 메소드들

메소드 설명
updateImage ( ) : void

메소드 상세

ImageTextButton() 공개 메소드

public ImageTextButton ( string text, ImageTextButtonStyle style ) : System
text string
style ImageTextButtonStyle
리턴 System

ImageTextButton() 공개 메소드

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

draw() 공개 메소드

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

getImage() 공개 메소드

public getImage ( ) : Image
리턴 Image

getImageCell() 공개 메소드

public getImageCell ( ) : Cell
리턴 Cell

getLabel() 공개 메소드

public getLabel ( ) : Label
리턴 Label

getLabelCell() 공개 메소드

public getLabelCell ( ) : Cell
리턴 Cell

getStyle() 공개 메소드

public getStyle ( ) : ImageTextButtonStyle
리턴 ImageTextButtonStyle

getText() 공개 메소드

public getText ( ) : string
리턴 string

setStyle() 공개 메소드

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

setText() 공개 메소드

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