public class AllPaddings extends Object implements AppParentConstraint
| Constructor and Description |
|---|
AllPaddings(double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight() |
double |
getWidth() |
static AllPaddings |
of(double width) |
static AllPaddings |
of(double width,
double height) |
AllPaddings |
setHeight(double height) |
AllPaddings |
setWidth(double width) |
public static AllPaddings of(double width)
public static AllPaddings of(double width, double height)
public double getWidth()
public AllPaddings setWidth(double width)
public double getHeight()
public AllPaddings setHeight(double height)
Copyright © 2021 vpc open source initiative. All rights reserved.