Extending Builders: Layout Builders (original) (raw)
Pavel Safrata pavel.safrata at oracle.com
Wed Nov 21 00:19:10 PST 2012
- Previous message: Extending Builders: Layout Builders
- Next message: Extending Builders: Layout Builders
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Extending Builders: Layout Builders
- Next message: Extending Builders: Layout Builders
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]