public class Margin
Modifier and Type | Class and Description |
---|---|
static class |
Margin.Companion |
Modifier and Type | Field and Description |
---|---|
static Margin.Companion |
Companion |
Constructor and Description |
---|
Margin(float top,
float right,
float bottom,
float left) |
Margin() |
Modifier and Type | Method and Description |
---|---|
float |
component1() |
float |
component2() |
float |
component3() |
float |
component4() |
Margin |
copy(float top,
float right,
float bottom,
float left) |
boolean |
equals(java.lang.Object p) |
float |
getBottom() |
float |
getLeft() |
float |
getRight() |
float |
getTop() |
static Margin |
getZERO() |
int |
hashCode() |
java.lang.String |
toString() |
public static Margin.Companion Companion
public Margin(float top, float right, float bottom, float left)
public Margin()
public float getTop()
public float getRight()
public float getBottom()
public float getLeft()
public float component1()
public float component2()
public float component3()
public float component4()
public Margin copy(float top, float right, float bottom, float left)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)
public static Margin getZERO()