Class StandardAxisType

  • All Implemented Interfaces:
    Key, PropertyKey, AxisType

    public final class StandardAxisType
    extends Object
    implements AxisType
    This is a standard implementation of a axis type
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • value

        public String value()
        Description copied from interface: Key
        Returns the name value of property
        Specified by:
        value in interface Key
        Returns:
        the name value of property
      • getDefaultScaleId

        public ScaleId getDefaultScaleId()
        Description copied from interface: AxisType
        Returns the default scale id for this axis type.
        Specified by:
        getDefaultScaleId in interface AxisType
        Returns:
        the default scale id for this axis type
      • getDataType

        public ScaleDataType getDataType()
        Description copied from interface: AxisType
        Returns the type of managed data for this axis type.
        Specified by:
        getDataType in interface AxisType
        Returns:
        the type of managed data for this axis type
      • getBaseType

        public AxisType getBaseType()
        Description copied from interface: AxisType
        Returns the base type (extended) for this axis type.
        Specified by:
        getBaseType in interface AxisType
        Returns:
        the base type (extended) for this axis type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object