| Package | Description |
|---|---|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
| org.jfree.chart.ui |
| Modifier and Type | Method and Description |
|---|---|
LengthAdjustmentType |
Marker.getLabelOffsetType()
Returns the label offset type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Marker.setLabelOffsetType(LengthAdjustmentType adj)
Sets the label offset type and sends a
MarkerChangeEvent to all
registered listeners. |
| Modifier and Type | Method and Description |
|---|---|
protected Point2D |
AbstractCategoryItemRenderer.calculateDomainMarkerTextAnchorPoint(Graphics2D g2,
PlotOrientation orientation,
Rectangle2D dataArea,
Rectangle2D markerArea,
RectangleInsets markerOffset,
LengthAdjustmentType labelOffsetType,
RectangleAnchor anchor)
Calculates the
(x, y) coordinates for drawing the label for a
marker on the range axis. |
protected Point2D |
AbstractCategoryItemRenderer.calculateRangeMarkerTextAnchorPoint(Graphics2D g2,
PlotOrientation orientation,
Rectangle2D dataArea,
Rectangle2D markerArea,
RectangleInsets markerOffset,
LengthAdjustmentType labelOffsetType,
RectangleAnchor anchor)
Calculates the (x, y) coordinates for drawing a marker label.
|
| Modifier and Type | Method and Description |
|---|---|
protected Point2D |
AbstractXYItemRenderer.calculateDomainMarkerTextAnchorPoint(Graphics2D g2,
PlotOrientation orientation,
Rectangle2D dataArea,
Rectangle2D markerArea,
RectangleInsets markerOffset,
LengthAdjustmentType labelOffsetType,
RectangleAnchor anchor)
Calculates the
(x, y) coordinates for drawing a marker label. |
| Modifier and Type | Field and Description |
|---|---|
static LengthAdjustmentType |
LengthAdjustmentType.CONTRACT
CONTRACT.
|
static LengthAdjustmentType |
LengthAdjustmentType.EXPAND
EXPAND.
|
static LengthAdjustmentType |
LengthAdjustmentType.NO_CHANGE
NO_CHANGE.
|
| Modifier and Type | Method and Description |
|---|---|
Rectangle2D |
RectangleInsets.createAdjustedRectangle(Rectangle2D base,
LengthAdjustmentType horizontal,
LengthAdjustmentType vertical)
Creates an adjusted rectangle using the supplied rectangle, the insets
specified by this instance, and the horizontal and vertical
adjustment types.
|
Copyright © 2001–2017 JFree.org. All rights reserved.