Uses of Class
org.jfree.chart.block.LengthConstraintType
Packages that use LengthConstraintType
-
Uses of LengthConstraintType in org.jfree.chart.block
Fields in org.jfree.chart.block declared as LengthConstraintTypeModifier and TypeFieldDescriptionstatic final LengthConstraintType
LengthConstraintType.FIXED
FIXED.static final LengthConstraintType
LengthConstraintType.NONE
NONE.static final LengthConstraintType
LengthConstraintType.RANGE
Range.Methods in org.jfree.chart.block that return LengthConstraintTypeModifier and TypeMethodDescriptionRectangleConstraint.getHeightConstraintType()
Returns the constraint type.RectangleConstraint.getWidthConstraintType()
Returns the constraint type.Constructors in org.jfree.chart.block with parameters of type LengthConstraintTypeModifierConstructorDescriptionRectangleConstraint
(double w, Range widthRange, LengthConstraintType widthConstraintType, double h, Range heightRange, LengthConstraintType heightConstraintType) Creates a new constraint.