Header
And More


Uses of Class
org.jfree.chart.block.LengthConstraintType

Packages that use LengthConstraintType
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
static LengthConstraintType LengthConstraintType.FIXED
          FIXED.
static LengthConstraintType LengthConstraintType.NONE
          NONE.
static LengthConstraintType LengthConstraintType.RANGE
          Range.
 

Methods in org.jfree.chart.block that return LengthConstraintType
 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
RectangleConstraint(double w, Range widthRange, LengthConstraintType widthConstraintType, double h, Range heightRange, LengthConstraintType heightConstraintType)
          Creates a new constraint.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.