Package org.apache.pivot.wtk
Interface GridPane.Skin
-
- All Known Implementing Classes:
GridPaneSkin
,TerraGridPaneSkin
- Enclosing class:
- GridPane
public static interface GridPane.Skin
Grid pane skin interface. Grid pane skins must implement this interface to facilitate additional communication between the component and the skin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getColumnAt(int x)
Bounds
getColumnBounds(int column)
int
getRowAt(int y)
Bounds
getRowBounds(int row)
-