Uses of Class
org.jfree.chart.block.LengthConstraintType
-
Packages that use LengthConstraintType Package Description org.jfree.chart.block Blocks and layout classes used extensively by theLegendTitle
class. -
-
Uses of LengthConstraintType in org.jfree.chart.block
Fields in org.jfree.chart.block declared as LengthConstraintType Modifier and Type Field Description static LengthConstraintType
LengthConstraintType. FIXED
FIXED.private LengthConstraintType
RectangleConstraint. heightConstraintType
The constraint type.static LengthConstraintType
LengthConstraintType. NONE
NONE.static LengthConstraintType
LengthConstraintType. RANGE
Range.private LengthConstraintType
RectangleConstraint. widthConstraintType
The width constraint type.Methods in org.jfree.chart.block that return LengthConstraintType Modifier and Type Method Description LengthConstraintType
RectangleConstraint. getHeightConstraintType()
Returns the constraint type.LengthConstraintType
RectangleConstraint. getWidthConstraintType()
Returns the constraint type.Constructors in org.jfree.chart.block with parameters of type LengthConstraintType Constructor Description RectangleConstraint(double w, Range widthRange, LengthConstraintType widthConstraintType, double h, Range heightRange, LengthConstraintType heightConstraintType)
Creates a new constraint.
-