Class LabelAxis

    • Constructor Detail

      • LabelAxis

        public LabelAxis​(AxisChart axisChart)
        Deprecated.
        this class is no longer used
        Parameters:
        axisChart -
    • Method Detail

      • amDataAxis

        protected boolean amDataAxis()
        Deprecated.
      • amLabelAxis

        protected boolean amLabelAxis()
        Deprecated.
      • addTextTags

        protected void addTextTags()
        Deprecated.
        Add the scale labels.
      • render

        protected void render​(java.awt.Graphics2D graphics2D,
                              IDataSeries iDataSeries)
        Deprecated.
        Renders the axis on the passed Graphics2D object
        Parameters:
        graphics2D -
        iDataSeries -
      • toHTML

        public void toHTML​(HTMLGenerator htmlGenerator)
        Deprecated.
        Enables the testing routines to display the contents of this Object.
        Specified by:
        toHTML in interface HTMLTestable
        Overrides:
        toHTML in class Axis
        Parameters:
        htmlGenerator -