Documentation of 'org.jplot2d.element.impl.AxisTickManagerEx' Java class
AxisTickManagerEx
org.jplot2d.element.impl

Interface AxisTickManagerEx

    • Method Detail

      • getParent

        AxisEx getParent()
        Description copied from interface: Element
        Gets the parent of this component.
        Specified by:
        getParent in interface Element
        Specified by:
        getParent in interface ElementEx
        Returns:
        the parent of this component
      • getAxes

        AxisEx[] getAxes()
        Description copied from interface: AxisTickManager
        Returns all axes whose ticks are controlled by this tick manager.
        Specified by:
        getAxes in interface AxisTickManager
        Returns:
        all axes whose ticks are controlled by this tick manager
      • addAxis

        void addAxis(AxisEx axis)
      • removeAxis

        void removeAxis(AxisEx axis)
      • setTickAlgorithm

        void setTickAlgorithm(TickAlgorithm algorithm)
      • calcTicks

        void calcTicks()
        Calculate ticks when tick calculation is needed.
      • expandRangeToTick

        Range expandRangeToTick(TransformType txfType,
                                Range range)
        This method not change internal status of TickManager. Only get those values: tickCalculator, tickNumber, labelFormat, labelInterval
        Parameters:
        txfType - transform type
        range - the core range
        Returns:
        the expanded range
      • transformTypeChanged

        void transformTypeChanged()
        Notified by AxisRangeManagerEx that transform type changed.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.