Class GridBase.MapBasedRowHeightFactory

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

    public static class GridBase.MapBasedRowHeightFactory
    extends Object
    implements 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).