java.lang.Object
org.jfree.chart3d.TitleAnchor
Predefined title anchor points, provided for convenience. These anchor
points are instances of the
Anchor2D
class, initialised with an
offset of 4 units from each corner of the target rectangle.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Anchor2D
An anchor point at the bottom-center of the chart area.static final Anchor2D
An anchor point at the bottom-left of the chart area.static final Anchor2D
An anchor point at the bottom-right of the chart area.static final Anchor2D
An anchor point at the center of the chart area (provided for completeness, you wouldn't normally anchor a chart title at the center).static final Anchor2D
An anchor point at the center-left of the chart area.static final Anchor2D
An anchor point at the center-right of the chart area.static final Anchor2D
An anchor point at the top-center of the chart area.static final Anchor2D
An anchor point at the top-left of the chart area.static final Anchor2D
An anchor point at the top-right of the chart area. -
Method Summary
-
Field Details
-
TOP_LEFT
An anchor point at the top-left of the chart area. -
TOP_RIGHT
An anchor point at the top-right of the chart area. -
TOP_CENTER
An anchor point at the top-center of the chart area. -
CENTER_LEFT
An anchor point at the center-left of the chart area. -
CENTER
An anchor point at the center of the chart area (provided for completeness, you wouldn't normally anchor a chart title at the center). -
CENTER_RIGHT
An anchor point at the center-right of the chart area. -
BOTTOM_CENTER
An anchor point at the bottom-center of the chart area. -
BOTTOM_LEFT
An anchor point at the bottom-left of the chart area. -
BOTTOM_RIGHT
An anchor point at the bottom-right of the chart area.
-