Class Major


  • public class Major
    extends Object
    It defines options for the major tick marks that are generated by the axis.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • setEnabled

        public void setEnabled​(boolean enabled)
        If true, major tick options are used to show major ticks.
        Parameters:
        enabled - if true, major tick options are used to show major ticks
      • isEnabled

        public boolean isEnabled()
        If true, major tick options are used to show major ticks.
        Returns:
        if true, major tick options are used to show major ticks
      • getAxis

        public final Axis getAxis()
        Returns the axis instance.
        Returns:
        the axis