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,
java.util.Date date,
java.lang.String label,
TextAnchor textAnchor,
TextAnchor rotationAnchor,
double angle)
Creates a new date tick.
|
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.
|
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.