| Package | Description |
|---|---|
| com.orsoncharts.marker |
Provides value and range marker support for the axes on category and XYZ
plots.
|
| com.orsoncharts.table |
Classes and interfaces for constructing tables for display to the user.
|
| com.orsoncharts.util |
General and utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected static TextAnchor |
AbstractMarker.deriveTextAnchor(RefPt2D refPt,
boolean vflip)
A utility method that returns a suitable text anchor for a given
reference point.
|
protected static TextAnchor |
AbstractMarker.deriveTextAnchorForLine(RefPt2D refPt,
boolean vflip)
A utility method that returns a suitable text anchor for a given
reference point relative to a line (rather than a rectangle which is
the normal case).
|
| Modifier and Type | Method and Description |
|---|---|
RefPt2D |
TableElement.getRefPoint()
Returns the reference point used to align the element with the bounding
rectangle within which it is drawn.
|
RefPt2D |
AbstractTableElement.getRefPoint()
Returns the anchor point used to align the element with the bounding
rectangle within which it is drawn.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTableElement.setRefPoint(RefPt2D refPt)
Sets the reference point.
|
| Modifier and Type | Method and Description |
|---|---|
RefPt2D |
Anchor2D.getRefPt()
Returns the reference point.
|
static RefPt2D |
RefPt2D.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RefPt2D[] |
RefPt2D.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Fit2D |
Fit2D.getNoScalingFitter(RefPt2D refPt)
Returns a fitter for the specified reference point.
|
| Constructor and Description |
|---|
Anchor2D(RefPt2D refPt)
Creates a new
Anchor2D instance with the specified
reference point and offsets of (4.0, 4.0). |
Anchor2D(RefPt2D refPt,
Offset2D offset)
Creates a new anchor.
|