Class GridBase.MapBasedRowHeightFactory

  • All Implemented Interfaces:
    javafx.util.Callback<Integer,​Double>
    Enclosing class:
    GridBase

    public static class GridBase.MapBasedRowHeightFactory
    extends Object
    implements javafx.util.Callback<Integer,​Double>
    This class serves as a bridge between row height Callback needed by the GridBase and a Map<Integer,Double> that one could have (each Integer specify a row index and its associated height).
    • Constructor Detail

      • MapBasedRowHeightFactory

        public MapBasedRowHeightFactory​(Map<Integer,​Double> rowHeightMap)