public abstract class Layout extends Object
The following layout types are supported:
Row.setLayout(Layout)
,
Row.getLineLayout(int)
,
LinesManager.getLineLayout(int)
Type | Property and Description |
---|---|
DoubleProperty |
padding
Returns the property used to specify a padding that will be added to the
top and the bottom of a row or an inner line.
|
Constructor and Description |
---|
Layout() |
Modifier and Type | Method and Description |
---|---|
double |
getPadding()
Returns the value of
paddingProperty() . |
DoubleProperty |
paddingProperty()
Returns the property used to specify a padding that will be added to the
top and the bottom of a row or an inner line.
|
void |
setPadding(double padding)
Sets the value of the
paddingProperty() . |
public final DoubleProperty paddingProperty
getPadding()
,
setPadding(double)
public final DoubleProperty paddingProperty()
getPadding()
,
setPadding(double)
public final double getPadding()
paddingProperty()
.public final void setPadding(double padding)
paddingProperty()
.padding
- the new padding valueCopyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.