| Package | Description |
|---|---|
| org.jfree.chart.plot | |
| org.jfree.chart.renderer.xy | |
| org.jfree.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 java.awt.geom.Point2D |
AbstractXYItemRenderer.calculateDomainMarkerTextAnchorPoint(java.awt.Graphics2D g2,
PlotOrientation orientation,
java.awt.geom.Rectangle2D dataArea,
java.awt.geom.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 |
|---|---|
java.awt.geom.Rectangle2D |
RectangleInsets.createAdjustedRectangle(java.awt.geom.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.
|