Class AbsoluteDatasetIndexFill

  • All Implemented Interfaces:
    Key, IsFill

    public final class AbsoluteDatasetIndexFill
    extends Object
    Fill object to configure chart to use an absolute dataset index.
    Absolute dataset index, as integer, is composed by integer value which must be greater than 0.
    Here are same examples: (1,2,3,...).
    Author:
    Andrea "Stock" Stocchero
    • Field Detail

      • DEFAULT_VALUE_AS_INT

        public static final int DEFAULT_VALUE_AS_INT
        Default value for absolute dataset index, 0.
        See Also:
        Constant Field Values
    • Method Detail

      • value

        public String value()
        Description copied from interface: Key
        Returns the name value of property
        Returns:
        the name value of property
      • getMode

        public final FillingMode getMode()
        Description copied from interface: IsFill
        Returns the type of filling.
        Specified by:
        getMode in interface IsFill
        Returns:
        the type of filling.
      • getValueAsInt

        public int getValueAsInt()
        Description copied from interface: IsFill
        Returns the value as integer (valid ONLY for absolute dataset index), otherwise Undefined.INTEGER.
        Specified by:
        getValueAsInt in interface IsFill
        Returns:
        the value as integer (valid ONLY for absolute dataset index), otherwise Undefined.INTEGER.
      • getValue

        public String getValue()
        Description copied from interface: IsFill
        Returns the value as string (valid ONLY for relative dataset index and predefined), otherwise Undefined.STRING.
        Specified by:
        getValue in interface IsFill
        Returns:
        the value as string (valid ONLY for relative dataset index and predefined), otherwise Undefined.STRING.