Class RangeOrdToLabel

  • All Implemented Interfaces:
    OrdToLabel

    public class RangeOrdToLabel
    extends Object
    implements OrdToLabel
    OrdToLabel for ranges.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • RangeOrdToLabel

        public RangeOrdToLabel​(Range[] inputRanges)
        Constructor that takes array of Range objects as input
    • Method Detail

      • getLabel

        public FacetLabel getLabel​(int ordinal)
        Description copied from interface: OrdToLabel
        get label of one ord TODO: what do we return when ordinal is not valid? null?
        Specified by:
        getLabel in interface OrdToLabel