Java org.jfree.chart.axis LogarithmicAxis fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.axis LogarithmicAxis fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.axis LogarithmicAxis.

The text is from its open source code.

Subclass

org.jfree.chart.axis.LogarithmicAxis has subclasses.
Click this link to see all its subclasses.

Constructor

LogarithmicAxis(String label)
Creates a new axis.

Method

voidautoAdjustRange()
Rescales the axis to ensure that all data is visible.
voidconfigure()
Configures the axis to work with the specified plot.
voidsetAllowNegativesFlag(boolean flgVal)
Sets the 'allowNegativesFlag' flag; true to allow negative values in data, false to be able to plot positive values arbitrarily close to zero.
voidsetAutoRange(boolean auto)
Sets a flag that determines whether or not the axis range is automatically adjusted to fit the data, and notifies registered listeners that the axis has been modified.
voidsetAutoRangeIncludesZero(boolean flag)
Sets the flag that indicates whether or not the axis range, if automatically calculated, is forced to include zero.
voidsetAxisLinePaint(Paint paint)
Sets the paint used to draw the axis line and sends an AxisChangeEvent to all registered listeners.
voidsetExpTickLabelsFlag(boolean flgVal)
Sets the 'expTickLabelsFlag' flag.
voidsetLabel(String label)
Sets the label for the axis and sends an AxisChangeEvent to all registered listeners.
voidsetLog10TickLabelsFlag(boolean flag)
Sets the 'log10TickLabelsFlag' flag.
voidsetLowerBound(double min)
Sets the lower bound for the axis range.
voidsetNumberFormatOverride(NumberFormat formatter)
Sets the number format override.
voidsetRange(Range range)
Overridden version that calls original and then sets up flag for log axis processing.
voidsetRange(double lower, double upper)
Sets the range for the axis and sends a change event to all registered listeners.
voidsetStandardTickUnits(TickUnitSource source)
Sets the source for obtaining standard tick units for the axis and sends an AxisChangeEvent to all registered listeners.
voidsetStrictValuesFlag(boolean flgVal)
Sets the 'strictValuesFlag' flag; if true and 'allowNegativesFlag' is false then this axis will throw a runtime exception if any of its values are less than or equal to zero; if false then the axis will adjust for values less than or equal to zero as needed.
voidsetTickLabelPaint(Paint paint)
Sets the paint used to draw tick labels (if they are showing) and sends an AxisChangeEvent to all registered listeners.
voidsetTickMarkPaint(Paint paint)
Sets the paint used to draw tick marks and sends an AxisChangeEvent to all registered listeners.
voidsetUpperBound(double max)
Sets the upper bound for the axis range, and sends an AxisChangeEvent to all registered listeners.