public class Margins extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Margins.Converter
Convert a sequence of sizes to an Margins
|
static class |
Margins.SequenceConverter
Convert a sequence of sizes to an Insets
|
Constructor and Description |
---|
Margins(double top,
double right,
double bottom,
double left,
boolean proportional) |
Modifier and Type | Method and Description |
---|---|
double |
getBottom() |
double |
getLeft() |
double |
getRight() |
double |
getTop() |
boolean |
isProportional() |
String |
toString() |
Copyright © 2020. All rights reserved.