public final class LegendAnchor extends java.lang.Object
Anchor2D class.| 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_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_RIGHT
public static final Anchor2D BOTTOM_CENTER
public static final Anchor2D BOTTOM_LEFT
public static final Anchor2D BOTTOM_RIGHT