Documentation of 'org.jplot2d.element.AxisRangeLockGroup' Java class
AxisRangeLockGroup
org.jplot2d.element

Interface AxisRangeLockGroup

  • All Superinterfaces:
    Element
    All Known Subinterfaces:
    AxisRangeLockGroupEx
    All Known Implementing Classes:
    AxisRangeLockGroupImpl


    public interface AxisRangeLockGroup
    extends Element
    A group of axes who are pinned together. When one axis changes its range, all axes follow the change together.
    • Method Detail

      • isAutoRange

        boolean isAutoRange()
        Return the autorange status of this axis group.
        Returns:
        true if the axis is in autorange status
      • setAutoRange

        void setAutoRange(boolean autoRange)
        If true set the range of the axis group to allow to display the minimum and maximum value of the Layer.
        Parameters:
        isAutoRange - the flag.
      • zoomRange

        void zoomRange(double start,
                       double end)
        Zoom the given range to entire axis
        Parameters:
        start - the normalized start
        end - the normalized end
      • getRangeManagers

        AxisTransform[] getRangeManagers()
        Returns all axes belongs to this group.
        Returns:
        all axes belongs to this group

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.