All Implemented Interfaces:
PropertySelfDescriber

public class LogAxisConfig extends NumberAxisConfig
  • Field Details

    • expTickLabelsFlag

      protected boolean expTickLabelsFlag
      Flag set true for "1e#"-style tick labels.
    • log10TickLabelsFlag

      protected boolean log10TickLabelsFlag
      Flag set true for "10^n"-style tick labels.
  • Constructor Details

    • LogAxisConfig

      public LogAxisConfig()
  • Method Details

    • createAxis

      public org.jfree.chart.axis.Axis createAxis()
      Overrides:
      createAxis in class NumberAxisConfig
    • createCopy

      public AxisConfig createCopy()
      Overrides:
      createCopy in class NumberAxisConfig
    • copyInto

      protected void copyInto(AxisConfig a)
      Overrides:
      copyInto in class NumberAxisConfig
    • configureAxis

      protected void configureAxis(org.jfree.chart.axis.Axis a)
      Overrides:
      configureAxis in class NumberAxisConfig
    • initProperties

      protected void initProperties()
      Overrides:
      initProperties in class NumberAxisConfig
    • isExpTickLabelsFlag

      public boolean isExpTickLabelsFlag()
    • setExpTickLabelsFlag

      public void setExpTickLabelsFlag(boolean expTickLabelsFlag)
    • isLog10TickLabelsFlag

      public boolean isLog10TickLabelsFlag()
    • setLog10TickLabelsFlag

      public void setLog10TickLabelsFlag(boolean log10TickLabelsFlag)