C# Class MonoGdx.Scene2D.UI.Table

Inheritance: WidgetGroup
Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
Add ( ) : Cell
Add ( Actor actor ) : Cell
Add ( string text ) : Cell
Add ( string text, string labelStyleName ) : Cell
Add ( string text, string fontName, Color color ) : Cell
Add ( string text, string fontName, string colorName ) : Cell
ClearChildren ( ) : void
ColumnDefaults ( int column ) : Cell
Defaults ( ) : Cell
Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
GetCell ( Actor actor ) : Cell
GetCells ( ) : List
GetRow ( float y ) : int
Hit ( float x, float y, bool touchable ) : Actor
Invalidate ( ) : void
Layout ( ) : void
Pad ( Value pad ) : Table
Pad ( Value top, Value left, Value bottom, Value right ) : Table
Pad ( float pad ) : Table
Pad ( float top, float left, float bottom, float right ) : Table
RemoveActor ( Actor actor ) : bool
Reset ( ) : void
Row ( ) : Cell
SetBackground ( ISceneDrawable background ) : void
SetBackground ( string drawableName ) : void
SetClip ( bool enabled ) : void
Stack ( ) : Cell
Table ( Skin skin ) : System

Méthodes protégées

Méthode Description
DrawBackground ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void

Private Methods

Méthode Description
DrawDebug ( List actors, SpriteBatch spriteBatch ) : void
DrawDebug ( Stage stage ) : void
Table ( ) : System

Method Details

Add() public méthode

public Add ( ) : Cell
Résultat MonoGdx.TableLayout.Cell

Add() public méthode

public Add ( Actor actor ) : Cell
actor Actor
Résultat MonoGdx.TableLayout.Cell

Add() public méthode

public Add ( string text ) : Cell
text string
Résultat MonoGdx.TableLayout.Cell

Add() public méthode

public Add ( string text, string labelStyleName ) : Cell
text string
labelStyleName string
Résultat MonoGdx.TableLayout.Cell

Add() public méthode

public Add ( string text, string fontName, Color color ) : Cell
text string
fontName string
color Color
Résultat MonoGdx.TableLayout.Cell

Add() public méthode

public Add ( string text, string fontName, string colorName ) : Cell
text string
fontName string
colorName string
Résultat MonoGdx.TableLayout.Cell

ClearChildren() public méthode

public ClearChildren ( ) : void
Résultat void

ColumnDefaults() public méthode

public ColumnDefaults ( int column ) : Cell
column int
Résultat MonoGdx.TableLayout.Cell

Defaults() public méthode

public Defaults ( ) : Cell
Résultat MonoGdx.TableLayout.Cell

Draw() public méthode

public Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
Résultat void

DrawBackground() protected méthode

protected DrawBackground ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
Résultat void

GetCell() public méthode

public GetCell ( Actor actor ) : Cell
actor Actor
Résultat MonoGdx.TableLayout.Cell

GetCells() public méthode

public GetCells ( ) : List
Résultat List

GetRow() public méthode

public GetRow ( float y ) : int
y float
Résultat int

Hit() public méthode

public Hit ( float x, float y, bool touchable ) : Actor
x float
y float
touchable bool
Résultat Actor

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

Layout() public méthode

public Layout ( ) : void
Résultat void

Pad() public méthode

public Pad ( Value pad ) : Table
pad MonoGdx.TableLayout.Value
Résultat Table

Pad() public méthode

public Pad ( Value top, Value left, Value bottom, Value right ) : Table
top MonoGdx.TableLayout.Value
left MonoGdx.TableLayout.Value
bottom MonoGdx.TableLayout.Value
right MonoGdx.TableLayout.Value
Résultat Table

Pad() public méthode

public Pad ( float pad ) : Table
pad float
Résultat Table

Pad() public méthode

public Pad ( float top, float left, float bottom, float right ) : Table
top float
left float
bottom float
right float
Résultat Table

RemoveActor() public méthode

public RemoveActor ( Actor actor ) : bool
actor Actor
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void

Row() public méthode

public Row ( ) : Cell
Résultat MonoGdx.TableLayout.Cell

SetBackground() public méthode

public SetBackground ( ISceneDrawable background ) : void
background ISceneDrawable
Résultat void

SetBackground() public méthode

public SetBackground ( string drawableName ) : void
drawableName string
Résultat void

SetClip() public méthode

public SetClip ( bool enabled ) : void
enabled bool
Résultat void

Stack() public méthode

public Stack ( ) : Cell
Résultat MonoGdx.TableLayout.Cell

Table() public méthode

public Table ( Skin skin ) : System
skin Skin
Résultat System