Package | Description |
---|---|
javafx.scene.layout |
Provides classes to support user interface layout.
|
Modifier and Type | Field and Description |
---|---|
private GridPane.CompositeSize |
GridPane.columnMaxWidth |
private GridPane.CompositeSize |
GridPane.columnMinWidth |
private GridPane.CompositeSize |
GridPane.columnPrefWidth |
private GridPane.CompositeSize |
GridPane.currentHeights |
private GridPane.CompositeSize |
GridPane.currentWidths |
private GridPane.CompositeSize |
GridPane.rowMaxHeight |
private GridPane.CompositeSize |
GridPane.rowMinHeight |
private GridPane.CompositeSize |
GridPane.rowPrefHeight |
Modifier and Type | Method and Description |
---|---|
private GridPane.CompositeSize |
GridPane.computeHeightsToFit(double height) |
private GridPane.CompositeSize |
GridPane.computeMaxHeights() |
private GridPane.CompositeSize |
GridPane.computeMaxWidths() |
private GridPane.CompositeSize |
GridPane.computeMinHeights(double[] widths) |
private GridPane.CompositeSize |
GridPane.computeMinWidths(double[] heights) |
private GridPane.CompositeSize |
GridPane.computePrefHeights(double[] widths) |
private GridPane.CompositeSize |
GridPane.computePrefWidths(double[] heights) |
private GridPane.CompositeSize |
GridPane.computeWidthsToFit(double width) |
private GridPane.CompositeSize |
GridPane.createCompositeColumns(double initSize) |
private GridPane.CompositeSize |
GridPane.createCompositeRows(double initSize) |
Modifier and Type | Method and Description |
---|---|
private double |
GridPane.adjustColumnWidths(GridPane.CompositeSize widths,
double width) |
private double |
GridPane.adjustRowHeights(GridPane.CompositeSize heights,
double height) |
private double |
GridPane.growOrShrinkColumnWidths(GridPane.CompositeSize widths,
Priority priority,
double extraWidth) |
private double |
GridPane.growOrShrinkRowHeights(GridPane.CompositeSize heights,
Priority priority,
double extraHeight) |
private double |
GridPane.growToMultiSpanPreferredHeights(GridPane.CompositeSize heights,
double extraHeight) |
private double |
GridPane.growToMultiSpanPreferredWidths(GridPane.CompositeSize widths,
double extraWidth) |
private void |
GridPane.layoutGridLines(GridPane.CompositeSize columnWidths,
GridPane.CompositeSize rowHeights,
double x,
double y,
double columnHeight,
double rowWidth) |