Marginpublic class Margin extends Object
| Constructor and Description |
|---|
Margin()
Deprecated.
|
Margin(float left,
float top,
float right,
float bottom)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
float |
getBottom()
Deprecated.
|
float |
getLeft()
Deprecated.
|
float |
getRight()
Deprecated.
|
float |
getTop()
Deprecated.
|
void |
setBottom(float bottom)
Deprecated.
|
void |
setLeft(float left)
Deprecated.
|
void |
setRight(float right)
Deprecated.
|
void |
setTop(float top)
Deprecated.
|
public Margin()
public Margin(float left,
float top,
float right,
float bottom)
public float getLeft()
public void setLeft(float left)
public float getTop()
public void setTop(float top)
public float getRight()
public void setRight(float right)
public float getBottom()
public void setBottom(float bottom)