public class AllMargins extends Object implements AppParentConstraint
| Constructor and Description |
|---|
AllMargins(double top,
double left,
double bottom,
double right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getBottom() |
double |
getLeft() |
double |
getRight() |
double |
getTop() |
int |
hashCode() |
static AllMargins |
of(double all) |
static AllMargins |
of(double top,
double left) |
static AllMargins |
of(double top,
double left,
double bottom,
double right) |
public AllMargins(double top,
double left,
double bottom,
double right)
public static AllMargins of(double top, double left, double bottom, double right)
public static AllMargins of(double all)
public static AllMargins of(double top, double left)
public double getTop()
public double getLeft()
public double getBottom()
public double getRight()
Copyright © 2021 vpc open source initiative. All rights reserved.