Package | Description |
---|---|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<FlowPane,Pos> |
FlowPane.StyleableProperties.ALIGNMENT |
private static CssMetaData<FlowPane,HPos> |
FlowPane.StyleableProperties.COLUMN_HALIGNMENT |
private static CssMetaData<FlowPane,java.lang.Number> |
FlowPane.StyleableProperties.HGAP |
private static CssMetaData<FlowPane,Orientation> |
FlowPane.StyleableProperties.ORIENTATION |
private static CssMetaData<FlowPane,VPos> |
FlowPane.StyleableProperties.ROW_VALIGNMENT |
private static CssMetaData<FlowPane,java.lang.Number> |
FlowPane.StyleableProperties.VGAP |
Modifier and Type | Method and Description |
---|---|
FlowPane |
FlowPaneBuilder.build()
Deprecated.
Make an instance of
FlowPane based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
FlowPaneBuilder.applyTo(FlowPane x)
Deprecated.
|