public abstract class Layout extends Object
The following layout types are supported:
Row.setLayout(Layout)
,
Row.getLineLayout(int)
,
LinesManager.getLineLayout(int)
Constructor and Description |
---|
Layout() |
Modifier and Type | Method and Description |
---|---|
double |
getPadding()
Returns the value of
paddingProperty() . |
abstract boolean |
isSupportingHorizontalCursorLine()
Determines if the UI should be able to show a horizontal cursor line.
|
javafx.beans.property.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 javafx.beans.property.DoubleProperty paddingProperty()
public final double getPadding()
paddingProperty()
.public final void setPadding(double padding)
paddingProperty()
.padding
- the new padding valuepublic abstract boolean isSupportingHorizontalCursorLine()
ChartLayout
and the AgendaLayout
support this.Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.