Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.chart.editor |
Provides a simple (but so far incomplete) framework for editing chart
properties.
|
org.jfree.chart.entity |
Classes representing components of (or entities in) a chart.
|
org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
CategoryAxis
An axis that displays categories.
|
class |
CategoryAxis3D
An axis that displays categories and has a 3D effect.
|
class |
CyclicNumberAxis
This class extends NumberAxis and handles cycling.
|
class |
DateAxis
The base class for axes that display dates.
|
class |
ExtendedCategoryAxis
An extended version of the
CategoryAxis class that supports
sublabels on the axis. |
class |
LogarithmicAxis
A numerical axis that uses a logarithmic scale.
|
class |
LogAxis
A numerical axis that uses a logarithmic scale.
|
class |
ModuloAxis
An axis that displays numerical values within a fixed range using a modulo
calculation.
|
class |
NumberAxis
An axis for displaying numerical data.
|
class |
NumberAxis3D
A standard linear value axis with a 3D effect corresponding to the
offset specified by some renderers.
|
class |
PeriodAxis
An axis that displays a date scale based on a
RegularTimePeriod . |
class |
SubCategoryAxis
A specialised category axis that can display sub-categories.
|
class |
SymbolAxis
A standard linear value axis that replaces integer values with symbols.
|
class |
ValueAxis
The base class for axes that display value data, where values are measured
using the
double primitive. |
Modifier and Type | Method and Description |
---|---|
void |
AxisCollection.add(Axis axis,
org.jfree.ui.RectangleEdge edge)
Adds an axis to the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLogAxisEditor.setAxisProperties(Axis axis)
Sets the properties of the specified axis to match the properties
defined on this panel.
|
Modifier and Type | Method and Description |
---|---|
Axis |
AxisEntity.getAxis()
Returns the axis that occupies the entity area.
|
Constructor and Description |
---|
AxisEntity(java.awt.Shape area,
Axis axis)
Creates a new axis entity.
|
AxisEntity(java.awt.Shape area,
Axis axis,
java.lang.String toolTipText)
Creates a new axis entity.
|
AxisEntity(java.awt.Shape area,
Axis axis,
java.lang.String toolTipText,
java.lang.String urlText)
Creates a new axis entity.
|
Modifier and Type | Method and Description |
---|---|
Axis |
AxisChangeEvent.getAxis()
Returns the axis that generated the event.
|
Constructor and Description |
---|
AxisChangeEvent(Axis axis)
Creates a new AxisChangeEvent.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<Axis,AxisState> |
XYPlot.drawAxes(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D plotArea,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo plotState)
A utility method for drawing the axes.
|