Uses of Class
org.jfree.chart.block.LengthConstraintType
| Package | Description |
|---|---|
| org.jfree.chart.block |
Blocks and layout classes used extensively by the
LegendTitle class. |
-
Uses of LengthConstraintType in org.jfree.chart.block
Fields in org.jfree.chart.block declared as LengthConstraintType Modifier and Type Field Description static LengthConstraintTypeLengthConstraintType. FIXEDFIXED.static LengthConstraintTypeLengthConstraintType. NONENONE.static LengthConstraintTypeLengthConstraintType. RANGERange.Methods in org.jfree.chart.block that return LengthConstraintType Modifier and Type Method Description LengthConstraintTypeRectangleConstraint. getHeightConstraintType()Returns the constraint type.LengthConstraintTypeRectangleConstraint. 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.