| Package | Description |
|---|---|
| com.orsoncharts.util |
General and utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
Scale2D |
Fit2D.getScale()
Returns the scaling.
|
static Scale2D |
Scale2D.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Scale2D[] |
Scale2D.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Fit2D(Anchor2D anchor,
Scale2D scale)
Creates a new instance.
|