class RowCellAlignement extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<javafx.geometry.HPos> |
alignment |
| Constructor and Description |
|---|
RowCellAlignement(int nbColumns) |
| Modifier and Type | Method and Description |
|---|---|
javafx.geometry.HPos |
getAligenment(int column) |
void |
setAligenment(int index,
javafx.geometry.HPos pos)
Set the alignment of column index.
|
private final List<javafx.geometry.HPos> alignment
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.