C# Class MonoGdx.TableLayout.Value

Datei anzeigen Open project: jaquadro/MonoGdx Class Usage Examples

Public Properties

Property Type Description
MaxHeight Value
MaxWidth Value
MinHeight Value
MinWidth Value
PrefHeight Value
PrefWidth Value
Zero Value

Public Methods

Method Description
Get ( Cell cell ) : float
Get ( object table ) : float
Height ( Cell cell ) : float
Height ( object table ) : float
PercentHeight ( float percent ) : Value
PercentHeight ( float percent, object widget ) : Value
PercentWidth ( float percent ) : Value
PercentWidth ( float percent, object widget ) : Value
Width ( Cell cell ) : float
Width ( object table ) : float

Method Details

Get() public abstract method

public abstract Get ( Cell cell ) : float
cell Cell
return float

Get() public abstract method

public abstract Get ( object table ) : float
table object
return float

Height() public method

public Height ( Cell cell ) : float
cell Cell
return float

Height() public method

public Height ( object table ) : float
table object
return float

PercentHeight() public static method

public static PercentHeight ( float percent ) : Value
percent float
return Value

PercentHeight() public static method

public static PercentHeight ( float percent, object widget ) : Value
percent float
widget object
return Value

PercentWidth() public static method

public static PercentWidth ( float percent ) : Value
percent float
return Value

PercentWidth() public static method

public static PercentWidth ( float percent, object widget ) : Value
percent float
widget object
return Value

Width() public method

public Width ( Cell cell ) : float
cell Cell
return float

Width() public method

public Width ( object table ) : float
table object
return float

Property Details

MaxHeight public_oe static_oe property

public static Value,MonoGdx.TableLayout MaxHeight
return Value

MaxWidth public_oe static_oe property

public static Value,MonoGdx.TableLayout MaxWidth
return Value

MinHeight public_oe static_oe property

public static Value,MonoGdx.TableLayout MinHeight
return Value

MinWidth public_oe static_oe property

public static Value,MonoGdx.TableLayout MinWidth
return Value

PrefHeight public_oe static_oe property

public static Value,MonoGdx.TableLayout PrefHeight
return Value

PrefWidth public_oe static_oe property

public static Value,MonoGdx.TableLayout PrefWidth
return Value

Zero public_oe static_oe property

public static Value,MonoGdx.TableLayout Zero
return Value