Uses of Class
org.jfree.chart.block.LengthConstraintType
-
Uses of LengthConstraintType in org.jfree.chart.block
Modifier and TypeFieldDescriptionstatic final LengthConstraintType
LengthConstraintType.FIXED
FIXED.static final LengthConstraintType
LengthConstraintType.NONE
NONE.static final LengthConstraintType
LengthConstraintType.RANGE
Range.Modifier and TypeMethodDescriptionRectangleConstraint.getHeightConstraintType()
Returns the constraint type.RectangleConstraint.getWidthConstraintType()
Returns the constraint type.ModifierConstructorDescriptionRectangleConstraint
(double w, Range widthRange, LengthConstraintType widthConstraintType, double h, Range heightRange, LengthConstraintType heightConstraintType) Creates a new constraint.