C# Class MonoGdx.TableLayout.Cell.Configurer

Datei anzeigen Open project: jaquadro/MonoGdx

Public Methods

Method Description
Bottom ( ) : Configurer
Center ( ) : Configurer
Colspan ( int colspan ) : Configurer
Configurer ( Cell cell ) : System
Expand ( ) : Configurer
Expand ( bool x, bool y ) : Configurer
Expand ( int x, int y ) : Configurer
ExpandX ( ) : Configurer
ExpandY ( ) : Configurer
Fill ( ) : Configurer
Fill ( bool fill ) : Configurer
Fill ( bool x, bool y ) : Configurer
Fill ( float x, float y ) : Configurer
FillX ( ) : Configurer
FillY ( ) : Configurer
Height ( Value height ) : Configurer
Height ( float height ) : Configurer
Ignore ( ) : Configurer
Ignore ( bool ignore ) : Configurer
Left ( ) : Configurer
MaxHeight ( Value height ) : Configurer
MaxHeight ( float height ) : Configurer
MaxSize ( Value size ) : Configurer
MaxSize ( Value width, Value height ) : Configurer
MaxSize ( float size ) : Configurer
MaxSize ( float width, float height ) : Configurer
MaxWidth ( Value width ) : Configurer
MaxWidth ( float width ) : Configurer
MinHeight ( Value height ) : Configurer
MinHeight ( float height ) : Configurer
MinSize ( Value size ) : Configurer
MinSize ( Value width, Value height ) : Configurer
MinSize ( float size ) : Configurer
MinSize ( float width, float height ) : Configurer
MinWidth ( Value width ) : Configurer
MinWidth ( float width ) : Configurer
Pad ( Value pad ) : Configurer
Pad ( Value top, Value left, Value bottom, Value right ) : Configurer
Pad ( float pad ) : Configurer
Pad ( float top, float left, float bottom, float right ) : Configurer
PadBottom ( Value bottom ) : Configurer
PadBottom ( float bottom ) : Configurer
PadLeft ( Value left ) : Configurer
PadLeft ( float left ) : Configurer
PadRight ( Value right ) : Configurer
PadRight ( float right ) : Configurer
PadTop ( Value top ) : Configurer
PadTop ( float top ) : Configurer
PrefHeight ( Value height ) : Configurer
PrefHeight ( float height ) : Configurer
PrefSize ( Value size ) : Configurer
PrefSize ( Value width, Value height ) : Configurer
PrefSize ( float size ) : Configurer
PrefSize ( float width, float height ) : Configurer
PrefWidth ( Value width ) : Configurer
PrefWidth ( float width ) : Configurer
Right ( ) : Configurer
Size ( Value size ) : Configurer
Size ( Value width, Value height ) : Configurer
Size ( float size ) : Configurer
Space ( Value space ) : Configurer
Space ( Value top, Value left, Value bottom, Value right ) : Configurer
Space ( float space ) : Configurer
Space ( float top, float left, float bottom, float right ) : Configurer
SpaceBottom ( Value bottom ) : Configurer
SpaceBottom ( float bottom ) : Configurer
SpaceLeft ( Value left ) : Configurer
SpaceLeft ( float left ) : Configurer
SpaceRight ( Value right ) : Configurer
SpaceRight ( float right ) : Configurer
SpaceTop ( Value top ) : Configurer
SpaceTop ( float top ) : Configurer
Top ( ) : Configurer
Uniform ( ) : Configurer
Uniform ( bool x, bool y ) : Configurer
UniformX ( ) : Configurer
UniformY ( ) : Configurer
Width ( Value width ) : Configurer
Width ( float width ) : Configurer

Method Details

Bottom() public method

public Bottom ( ) : Configurer
return Configurer

Center() public method

public Center ( ) : Configurer
return Configurer

Colspan() public method

public Colspan ( int colspan ) : Configurer
colspan int
return Configurer

Configurer() public method

public Configurer ( Cell cell ) : System
cell Cell
return System

Expand() public method

public Expand ( ) : Configurer
return Configurer

Expand() public method

public Expand ( bool x, bool y ) : Configurer
x bool
y bool
return Configurer

Expand() public method

public Expand ( int x, int y ) : Configurer
x int
y int
return Configurer

ExpandX() public method

public ExpandX ( ) : Configurer
return Configurer

ExpandY() public method

public ExpandY ( ) : Configurer
return Configurer

Fill() public method

public Fill ( ) : Configurer
return Configurer

Fill() public method

public Fill ( bool fill ) : Configurer
fill bool
return Configurer

Fill() public method

public Fill ( bool x, bool y ) : Configurer
x bool
y bool
return Configurer

Fill() public method

public Fill ( float x, float y ) : Configurer
x float
y float
return Configurer

FillX() public method

public FillX ( ) : Configurer
return Configurer

FillY() public method

public FillY ( ) : Configurer
return Configurer

Height() public method

public Height ( Value height ) : Configurer
height Value
return Configurer

Height() public method

public Height ( float height ) : Configurer
height float
return Configurer

Ignore() public method

public Ignore ( ) : Configurer
return Configurer

Ignore() public method

public Ignore ( bool ignore ) : Configurer
ignore bool
return Configurer

Left() public method

public Left ( ) : Configurer
return Configurer

MaxHeight() public method

public MaxHeight ( Value height ) : Configurer
height Value
return Configurer

MaxHeight() public method

public MaxHeight ( float height ) : Configurer
height float
return Configurer

MaxSize() public method

public MaxSize ( Value size ) : Configurer
size Value
return Configurer

MaxSize() public method

public MaxSize ( Value width, Value height ) : Configurer
width Value
height Value
return Configurer

MaxSize() public method

public MaxSize ( float size ) : Configurer
size float
return Configurer

MaxSize() public method

public MaxSize ( float width, float height ) : Configurer
width float
height float
return Configurer

MaxWidth() public method

public MaxWidth ( Value width ) : Configurer
width Value
return Configurer

MaxWidth() public method

public MaxWidth ( float width ) : Configurer
width float
return Configurer

MinHeight() public method

public MinHeight ( Value height ) : Configurer
height Value
return Configurer

MinHeight() public method

public MinHeight ( float height ) : Configurer
height float
return Configurer

MinSize() public method

public MinSize ( Value size ) : Configurer
size Value
return Configurer

MinSize() public method

public MinSize ( Value width, Value height ) : Configurer
width Value
height Value
return Configurer

MinSize() public method

public MinSize ( float size ) : Configurer
size float
return Configurer

MinSize() public method

public MinSize ( float width, float height ) : Configurer
width float
height float
return Configurer

MinWidth() public method

public MinWidth ( Value width ) : Configurer
width Value
return Configurer

MinWidth() public method

public MinWidth ( float width ) : Configurer
width float
return Configurer

Pad() public method

public Pad ( Value pad ) : Configurer
pad Value
return Configurer

Pad() public method

public Pad ( Value top, Value left, Value bottom, Value right ) : Configurer
top Value
left Value
bottom Value
right Value
return Configurer

Pad() public method

public Pad ( float pad ) : Configurer
pad float
return Configurer

Pad() public method

public Pad ( float top, float left, float bottom, float right ) : Configurer
top float
left float
bottom float
right float
return Configurer

PadBottom() public method

public PadBottom ( Value bottom ) : Configurer
bottom Value
return Configurer

PadBottom() public method

public PadBottom ( float bottom ) : Configurer
bottom float
return Configurer

PadLeft() public method

public PadLeft ( Value left ) : Configurer
left Value
return Configurer

PadLeft() public method

public PadLeft ( float left ) : Configurer
left float
return Configurer

PadRight() public method

public PadRight ( Value right ) : Configurer
right Value
return Configurer

PadRight() public method

public PadRight ( float right ) : Configurer
right float
return Configurer

PadTop() public method

public PadTop ( Value top ) : Configurer
top Value
return Configurer

PadTop() public method

public PadTop ( float top ) : Configurer
top float
return Configurer

PrefHeight() public method

public PrefHeight ( Value height ) : Configurer
height Value
return Configurer

PrefHeight() public method

public PrefHeight ( float height ) : Configurer
height float
return Configurer

PrefSize() public method

public PrefSize ( Value size ) : Configurer
size Value
return Configurer

PrefSize() public method

public PrefSize ( Value width, Value height ) : Configurer
width Value
height Value
return Configurer

PrefSize() public method

public PrefSize ( float size ) : Configurer
size float
return Configurer

PrefSize() public method

public PrefSize ( float width, float height ) : Configurer
width float
height float
return Configurer

PrefWidth() public method

public PrefWidth ( Value width ) : Configurer
width Value
return Configurer

PrefWidth() public method

public PrefWidth ( float width ) : Configurer
width float
return Configurer

Right() public method

public Right ( ) : Configurer
return Configurer

Size() public method

public Size ( Value size ) : Configurer
size Value
return Configurer

Size() public method

public Size ( Value width, Value height ) : Configurer
width Value
height Value
return Configurer

Size() public method

public Size ( float size ) : Configurer
size float
return Configurer

Space() public method

public Space ( Value space ) : Configurer
space Value
return Configurer

Space() public method

public Space ( Value top, Value left, Value bottom, Value right ) : Configurer
top Value
left Value
bottom Value
right Value
return Configurer

Space() public method

public Space ( float space ) : Configurer
space float
return Configurer

Space() public method

public Space ( float top, float left, float bottom, float right ) : Configurer
top float
left float
bottom float
right float
return Configurer

SpaceBottom() public method

public SpaceBottom ( Value bottom ) : Configurer
bottom Value
return Configurer

SpaceBottom() public method

public SpaceBottom ( float bottom ) : Configurer
bottom float
return Configurer

SpaceLeft() public method

public SpaceLeft ( Value left ) : Configurer
left Value
return Configurer

SpaceLeft() public method

public SpaceLeft ( float left ) : Configurer
left float
return Configurer

SpaceRight() public method

public SpaceRight ( Value right ) : Configurer
right Value
return Configurer

SpaceRight() public method

public SpaceRight ( float right ) : Configurer
right float
return Configurer

SpaceTop() public method

public SpaceTop ( Value top ) : Configurer
top Value
return Configurer

SpaceTop() public method

public SpaceTop ( float top ) : Configurer
top float
return Configurer

Top() public method

public Top ( ) : Configurer
return Configurer

Uniform() public method

public Uniform ( ) : Configurer
return Configurer

Uniform() public method

public Uniform ( bool x, bool y ) : Configurer
x bool
y bool
return Configurer

UniformX() public method

public UniformX ( ) : Configurer
return Configurer

UniformY() public method

public UniformY ( ) : Configurer
return Configurer

Width() public method

public Width ( Value width ) : Configurer
width Value
return Configurer

Width() public method

public Width ( float width ) : Configurer
width float
return Configurer