public class ParentMargin extends Object implements AppParentConstraint
| Constructor and Description |
|---|
ParentMargin(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 ParentMargin |
of(double all) |
static ParentMargin |
of(double top,
double left) |
static ParentMargin |
of(double top,
double left,
double bottom,
double right) |
public ParentMargin(double top,
double left,
double bottom,
double right)
public static ParentMargin of(double all)
public static ParentMargin of(double top, double left)
public static ParentMargin of(double top, double left, double bottom, double right)
public double getTop()
public double getLeft()
public double getBottom()
public double getRight()
Copyright © 2021 vpc open source initiative. All rights reserved.