| Package | Description |
|---|---|
| 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 |
|---|---|
Fit2D |
StandardRectanglePainter.getImageFit()
Returns the image fit specification.
|
| Constructor and Description |
|---|
StandardRectanglePainter(java.awt.Paint paint,
java.awt.Image image,
Fit2D imageFit)
Creates a new painter that will draw an image within the specified
rectangle.
|
| Modifier and Type | Field and Description |
|---|---|
static Fit2D |
Fit2D.BOTTOM_CENTER_NO_SCALING
Fits a source rectangle to the bottom center of a target rectangle,
without resizing it.
|
static Fit2D |
Fit2D.BOTTOM_LEFT_NO_SCALING
Fits a source rectangle to the bottom left of a target rectangle,
without resizing it.
|
static Fit2D |
Fit2D.BOTTOM_RIGHT_NO_SCALING
Fits a source rectangle to the bottom right of a target rectangle,
without resizing it.
|
static Fit2D |
Fit2D.CENTER_LEFT_NO_SCALING
Fits a source rectangle to the center left of a target rectangle,
without resizing it.
|
static Fit2D |
Fit2D.CENTER_NO_SCALING
Aligns a source rectangle to the center of a target rectangle, without
resizing it.
|
static Fit2D |
Fit2D.CENTER_RIGHT_NO_SCALING
Fits a source rectangle to the center right of a target rectangle,
without resizing it.
|
static Fit2D |
Fit2D.SCALE_TO_FIT_TARGET
Scale the source rectangle to fit the target rectangle.
|
static Fit2D |
Fit2D.TOP_CENTER_NO_SCALING
Fits a source rectangle to the top center of a target rectangle, without
resizing it.
|
static Fit2D |
Fit2D.TOP_LEFT_NO_SCALING
Fits a source rectangle to the top left of a target rectangle, without
resizing it.
|
static Fit2D |
Fit2D.TOP_RIGHT_NO_SCALING
Fits a source rectangle to the top right of a target rectangle, without
resizing it.
|
| Modifier and Type | Method and Description |
|---|---|
static Fit2D |
Fit2D.getNoScalingFitter(RefPt2D refPt)
Returns a fitter for the specified reference point.
|