Home
last modified time | relevance | path

Searched defs:RectangleConstraint (Results 1 – 1 of 1) sorted by relevance

/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/block/
H A DRectangleConstraint.java55 public class RectangleConstraint { class
87 public RectangleConstraint(double w, double h) { in RectangleConstraint() method in RectangleConstraint
98 public RectangleConstraint(Range w, Range h) { in RectangleConstraint() method in RectangleConstraint
110 public RectangleConstraint(Range w, double h) { in RectangleConstraint() method in RectangleConstraint
122 public RectangleConstraint(double w, Range h) { in RectangleConstraint() method in RectangleConstraint
137 public RectangleConstraint(double w, Range widthRange, in RectangleConstraint() method in RectangleConstraint