C# Class Nez.UI.ImageTextButton

Inheritance: Button
ファイルを表示 Open project: prime31/Nez

Public Methods

Method Description
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

Private Methods

Method Description
updateImage ( ) : void

Method Details

ImageTextButton() public method

public ImageTextButton ( string text, ImageTextButtonStyle style ) : System
text string
style ImageTextButtonStyle
return System

ImageTextButton() public method

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

draw() public method

public draw ( Graphics graphics, float parentAlpha ) : void
graphics Graphics
parentAlpha float
return void

getImage() public method

public getImage ( ) : Image
return Image

getImageCell() public method

public getImageCell ( ) : Cell
return Cell

getLabel() public method

public getLabel ( ) : Label
return Label

getLabelCell() public method

public getLabelCell ( ) : Cell
return Cell

getStyle() public method

public getStyle ( ) : ImageTextButtonStyle
return ImageTextButtonStyle

getText() public method

public getText ( ) : string
return string

setStyle() public method

public setStyle ( ImageTextButtonStyle style ) : void
style ImageTextButtonStyle
return void

setText() public method

public setText ( string text ) : void
text string
return void