Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
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 |
---|
DateTick(TickType tickType,
Date date,
String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new date tick.
|
LogTick(TickType type,
double value,
AttributedString label,
org.jfree.ui.TextAnchor textAnchor)
Creates a new instance.
|
NumberTick(TickType tickType,
double value,
String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new tick.
|
ValueTick(TickType tickType,
double value,
String label,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new value tick.
|
Copyright © 2001–2022 JFree.org. All rights reserved.