Package | Description |
---|---|
org.jfree.chart.axis |
Modifier and Type | Field and Description |
---|---|
static TickType |
TickType.MAJOR
Major tick.
|
static TickType |
TickType.MINOR
Minor tick.
|
Modifier and Type | Method and Description |
---|---|
TickType |
ValueTick.getTickType()
Returns the tick type (major or minor).
|
Constructor and Description |
---|
LogTick(TickType type,
double value,
java.text.AttributedString label,
TextAnchor textAnchor)
Creates a new instance.
|
NumberTick(TickType tickType,
double value,
java.lang.String label,
TextAnchor textAnchor,
TextAnchor rotationAnchor,
double angle)
Creates a new tick.
|
ValueTick(TickType tickType,
double value,
java.lang.String label,
TextAnchor textAnchor,
TextAnchor rotationAnchor,
double angle)
Creates a new value tick.
|