Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
org.jfree.data |
The base package for classes that represent various types of data.
|
Modifier and Type | Method and Description |
---|---|
RangeType |
NumberAxis.getRangeType()
Returns the axis range type.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberAxis.setRangeType(RangeType rangeType)
Sets the axis range type.
|
Modifier and Type | Field and Description |
---|---|
static RangeType |
RangeType.FULL
Full range (positive and negative).
|
static RangeType |
RangeType.NEGATIVE
Negative range.
|
static RangeType |
RangeType.POSITIVE
Positive range.
|