C# Class Nez.UI.ImageTextButton

Inheritance: Button
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode 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

Méthode Description
updateImage ( ) : void

Method Details

ImageTextButton() public méthode

public ImageTextButton ( string text, ImageTextButtonStyle style ) : System
text string
style ImageTextButtonStyle
Résultat System

ImageTextButton() public méthode

public ImageTextButton ( string text, Skin skin, string styleName = null ) : System
text string
skin Skin
styleName string
Résultat System

draw() public méthode

public draw ( Graphics graphics, float parentAlpha ) : void
graphics Graphics
parentAlpha float
Résultat void

getImage() public méthode

public getImage ( ) : Image
Résultat Image

getImageCell() public méthode

public getImageCell ( ) : Cell
Résultat Cell

getLabel() public méthode

public getLabel ( ) : Label
Résultat Label

getLabelCell() public méthode

public getLabelCell ( ) : Cell
Résultat Cell

getStyle() public méthode

public getStyle ( ) : ImageTextButtonStyle
Résultat ImageTextButtonStyle

getText() public méthode

public getText ( ) : string
Résultat string

setStyle() public méthode

public setStyle ( ImageTextButtonStyle style ) : void
style ImageTextButtonStyle
Résultat void

setText() public méthode

public setText ( string text ) : void
text string
Résultat void