Documentation of 'sgtplot.PlainAxis' Java class
PlainAxis
sgtplot

Class PlainAxis

  • All Implemented Interfaces:
    java.lang.Cloneable, Selectable


    public class PlainAxis
    extends SpaceAxis
    implements java.lang.Cloneable
    Axis class for creation of standard "plain" linear axes. An example is available demonstrating PlainAxis use.
    Since:
    1.0
    • Constructor Detail

      • PlainAxis

        public PlainAxis()
        Default constructor for PlainAxis.
      • PlainAxis

        public PlainAxis(java.lang.String id)
        Constructor for Axis. Sets the axis identifier and initializes the defaults.
        Parameters:
        id - axis identification
    • Method Detail

      • copy

        public Axis copy()
        Description copied from class: Axis
        Create a copy of the axis.
        Specified by:
        copy in class Axis
        Returns:
        the copy
      • getBounds

        public java.awt.Rectangle getBounds()
        Get the bounding box for the axis in device units.
        Specified by:
        getBounds in interface Selectable
        Specified by:
        getBounds in class SpaceAxis
        Returns:
        bounding box
        See Also:
        Rectangle
      • setBounds

        public void setBounds(java.awt.Rectangle r)
        Not implemented.
      • setBounds

        public void setBounds(int x,
                              int y,
                              int width,
                              int height)
        Not implemented.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.