Class SpanGapHandler


  • public final class SpanGapHandler
    extends PropertyHandler<IsDefaultOptions>
    Manages the SPANGAPS property of options in order to use the same logic between line datasets and options/configuration.
    Author:
    Andrea "Stock" Stocchero
    • Constructor Detail

      • SpanGapHandler

        public SpanGapHandler​(AbstractNode parent,
                              IsDefaultOptions defaultValues,
                              DataEnvelop<NativeObject> envelop)
        Creates a span gap handler with the envelop of the native object where SPANGAPS property must be managed and the default value to use when the property does not exist.
        Parameters:
        parent - model which contains the span gap handler.
        defaultValues - default value of SPANGAPS to use when the property does not exist
        envelop - envelop of the native object where SPANGAPS property must be managed