Class DefaultChartPadding

  • All Implemented Interfaces:
    IsDefaultPadding

    public final class DefaultChartPadding
    extends Object
    Defaults for padding option element, based on chart type.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • getLeft

        public final int getLeft()
        Description copied from interface: IsDefaultPadding
        Returns the padding left in pixel.
        Specified by:
        getLeft in interface IsDefaultPadding
        Returns:
        the padding left in pixel.
      • getRight

        public final int getRight()
        Description copied from interface: IsDefaultPadding
        Returns the padding right in pixel.
        Specified by:
        getRight in interface IsDefaultPadding
        Returns:
        the padding right in pixel.
      • getTop

        public final int getTop()
        Description copied from interface: IsDefaultPadding
        Returns the padding top in pixel.
        Specified by:
        getTop in interface IsDefaultPadding
        Returns:
        the padding top in pixel.
      • getBottom

        public final int getBottom()
        Description copied from interface: IsDefaultPadding
        Returns the padding bottom in pixel.
        Specified by:
        getBottom in interface IsDefaultPadding
        Returns:
        the padding bottom in pixel.