Java org.jfree.chart.block RectangleConstraint fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.chart.block RectangleConstraint fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.chart.block RectangleConstraint.

The text is from its open source code.

Field

RectangleConstraintNONE
An instance representing no constraint.

Constructor

RectangleConstraint(double w, double h)
Creates a new "fixed width and height" instance.
RectangleConstraint(Range w, Range h)
Creates a new "range width and height" instance.
RectangleConstraint(Range w, double h)
Creates a new constraint with a range for the width and a fixed height.
RectangleConstraint(double w, Range h)
Creates a new constraint with a fixed width and a range for the height.
RectangleConstraint(double w, Range widthRange, LengthConstraintType widthConstraintType, double h, Range heightRange, LengthConstraintType heightConstraintType)
Creates a new constraint.

Method

doublegetWidth()
Returns the fixed width.
LengthConstraintTypegetWidthConstraintType()
Returns the constraint type.
RangegetWidthRange()
Returns the width range.