public final class TitleAnchor extends java.lang.Object
Anchor2D class, initialised with an
offset of 4 units from each corner of the target rectangle.| Modifier and Type | Field and Description |
|---|---|
static Anchor2D |
BOTTOM_CENTER
An anchor point at the bottom-center of the chart area.
|
static Anchor2D |
BOTTOM_LEFT
An anchor point at the bottom-left of the chart area.
|
static Anchor2D |
BOTTOM_RIGHT
An anchor point at the bottom-right of the chart area.
|
static Anchor2D |
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).
|
static Anchor2D |
CENTER_LEFT
An anchor point at the center-left of the chart area.
|
static Anchor2D |
CENTER_RIGHT
An anchor point at the center-right of the chart area.
|
static Anchor2D |
TOP_CENTER
An anchor point at the top-center of the chart area.
|
static Anchor2D |
TOP_LEFT
An anchor point at the top-left of the chart area.
|
static Anchor2D |
TOP_RIGHT
An anchor point at the top-right of the chart area.
|
public static final Anchor2D TOP_RIGHT
public static final Anchor2D TOP_CENTER
public static final Anchor2D CENTER_LEFT
public static final Anchor2D CENTER
public static final Anchor2D CENTER_RIGHT
public static final Anchor2D BOTTOM_CENTER
public static final Anchor2D BOTTOM_LEFT
public static final Anchor2D BOTTOM_RIGHT