Package | Description |
---|---|
org.jfree.chart.labels |
Generators and other classes used for the display of item labels and tooltips.
|
org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
Modifier and Type | Field and Description |
---|---|
static ItemLabelAnchor |
ItemLabelAnchor.CENTER
CENTER.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE1
INSIDE1.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE10
INSIDE10.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE11
INSIDE11.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE12
INSIDE12.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE2
INSIDE2.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE3
INSIDE3.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE4
INSIDE4.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE5
INSIDE5.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE6
INSIDE6.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE7
INSIDE7.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE8
INSIDE8.
|
static ItemLabelAnchor |
ItemLabelAnchor.INSIDE9
INSIDE9.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE1
OUTSIDE1.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE10
OUTSIDE10.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE11
OUTSIDE11.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE12
OUTSIDE12.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE2
OUTSIDE2.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE3
OUTSIDE3.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE4
OUTSIDE4.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE5
OUTSIDE5.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE6
OUTSIDE6.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE7
OUTSIDE7.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE8
OUTSIDE8.
|
static ItemLabelAnchor |
ItemLabelAnchor.OUTSIDE9
OUTSIDE9.
|
Modifier and Type | Method and Description |
---|---|
ItemLabelAnchor |
ItemLabelPosition.getItemLabelAnchor()
Returns the item label anchor.
|
Constructor and Description |
---|
ItemLabelPosition(ItemLabelAnchor itemLabelAnchor,
org.jfree.ui.TextAnchor textAnchor)
Creates a new position record (with zero rotation).
|
ItemLabelPosition(ItemLabelAnchor itemLabelAnchor,
org.jfree.ui.TextAnchor textAnchor,
org.jfree.ui.TextAnchor rotationAnchor,
double angle)
Creates a new position record.
|
Modifier and Type | Method and Description |
---|---|
protected java.awt.geom.Point2D |
AbstractRenderer.calculateLabelAnchorPoint(ItemLabelAnchor anchor,
double x,
double y,
PlotOrientation orientation)
Calculates the item label anchor point.
|