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 Detail

      • getRowAt

        int getRowAt​(int y)
      • getRowBounds

        Bounds getRowBounds​(int row)
      • getColumnAt

        int getColumnAt​(int x)
      • getColumnBounds

        Bounds getColumnBounds​(int column)