Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
CyclicNumberAxis.CycleBoundTick
A special Number tick that also hold information about the cycle bound
mapping for this tick.
|
class |
DateTick
A tick used by the
DateAxis class. |
class |
NumberTick
A numerical tick.
|
Modifier and Type | Method and Description |
---|---|
protected float[] |
ValueAxis.calculateAnchorPoint(ValueTick tick,
double cursor,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge)
Calculates the anchor point for a tick label.
|
protected float[] |
CyclicNumberAxis.calculateAnchorPoint(ValueTick tick,
double cursor,
java.awt.geom.Rectangle2D dataArea,
RectangleEdge edge)
Calculates the anchor point for a tick.
|
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.