Class LabelAxis

java.lang.Object
org.jCharts.axisChart.axis.Axis
org.jCharts.axisChart.axis.LabelAxis
All Implemented Interfaces:
Serializable, HTMLTestable

public class LabelAxis extends Axis implements HTMLTestable
Deprecated.
just using the Axis Object
See Also:
  • Constructor Details

    • LabelAxis

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

    • amDataAxis

      protected boolean amDataAxis()
      Deprecated.
    • amLabelAxis

      protected boolean amLabelAxis()
      Deprecated.
    • addTextTags

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

      protected void render(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 -