Extending Builders: Layout Builders (original) (raw)

Pavel Safrata pavel.safrata at oracle.com
Wed Nov 21 00:19:10 PST 2012


On 20.11.2012 15:41, Richard Bair wrote:

GridPaneBuilder addColumn(int columnIndex, Node... children) addRow(int rowIndex, Node... children) add(Node child, int columnIndex, int rowIndex) add(Node child, int columnIndex, int rowIndex, int colspan, int rowspan) Do we use columnIndex, rowIndex elsewhere? Usually I've seen "row, col", but "x, y", so it could go either way, but we should be consistent with elsewhere in the platform.

In transforms we address matrix elements by "row, column".

Pavel



More information about the openjfx-dev mailing list