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

Interface AxisEx

    • Method Detail

      • getShortId

        java.lang.String getShortId()
        Returns the short id of this axis. The short id is composed of series of ids concatenated with dots. The 1st id is the id of this element, the 2nd id is the id of the parent of this element, etc, until but not include the root plot.
        Returns:
        the short id of this axis.
      • getTickManager

        AxisTickManagerEx getTickManager()
        Description copied from interface: Axis
        Returns the tick manager of this axis.
        Specified by:
        getTickManager in interface Axis
        Returns:
        the tick manager of this axis
      • setActualFont

        void setActualFont(java.awt.Font font)
        Set shrunk font for displaying by tick manager.
        Parameters:
        font - the shrunk font
      • setLocation

        void setLocation(double locX,
                         double locY)
        Moves this plot component to a new location. The origin of the new location is specified by point p. Point2D p is given in the parent's paper coordinate space.
        Parameters:
        p - the point defining the origin of the new location, given in the coordinate space of this component's parent
      • setLength

        void setLength(double length)
        Set the length for this axis.
        Parameters:
        length -
      • getThickness

        double getThickness()
      • getAsc

        double getAsc()
      • getDesc

        double getDesc()
      • invalidateThickness

        void invalidateThickness()
      • calcThickness

        void calcThickness()
        calculate asc and desc of this axis.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.