| Package | Description |
|---|---|
| org.jfree.chart.block |
| Modifier and Type | Field and Description |
|---|---|
static LengthConstraintType |
LengthConstraintType.FIXED
FIXED.
|
static LengthConstraintType |
LengthConstraintType.NONE
NONE.
|
static LengthConstraintType |
LengthConstraintType.RANGE
Range.
|
| Modifier and Type | Method and Description |
|---|---|
LengthConstraintType |
RectangleConstraint.getHeightConstraintType()
Returns the constraint type.
|
LengthConstraintType |
RectangleConstraint.getWidthConstraintType()
Returns the constraint type.
|
| Constructor and Description |
|---|
RectangleConstraint(double w,
Range widthRange,
LengthConstraintType widthConstraintType,
double h,
Range heightRange,
LengthConstraintType heightConstraintType)
Creates a new constraint.
|