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 theLegendTitleclass. -
-
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.private LengthConstraintTypeRectangleConstraint. heightConstraintTypeThe constraint type.static LengthConstraintTypeLengthConstraintType. NONENONE.static LengthConstraintTypeLengthConstraintType. RANGERange.private LengthConstraintTypeRectangleConstraint. widthConstraintTypeThe width constraint type.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.
-