get() abstract public method

context May be null
abstract public get ( Element context ) : float
context Element Context.
return float
Esempio n. 1
0
 public float getMaxWidth()
 {
     return(maxWidth.get(element));
 }
Esempio n. 2
0
 public float getMinWidth()
 {
     return(minWidth.get(element));
 }
Esempio n. 3
0
 public float getPrefWidth()
 {
     return(prefWidth.get(element));
 }
Esempio n. 4
0
 public float getPadBottom()
 {
     return(padBottom.get(element));
 }
Esempio n. 5
0
 public float getPadRight()
 {
     return(padRight.get(element));
 }
Esempio n. 6
0
 public float getSpaceRight()
 {
     return(spaceRight.get(element));
 }
Esempio n. 7
0
 public float getPadLeft()
 {
     return(padLeft.get(element));
 }
Esempio n. 8
0
 public float getSpaceBottom()
 {
     return(spaceBottom.get(element));
 }
Esempio n. 9
0
 public float getSpaceLeft()
 {
     return(spaceLeft.get(element));
 }
Esempio n. 10
0
 public float getMaxHeight()
 {
     return(maxHeight.get(element));
 }
Esempio n. 11
0
 public float getPrefHeight()
 {
     return(prefHeight.get(element));
 }
Esempio n. 12
0
 public float getMinHeight()
 {
     return(minHeight.get(element));
 }