Lines Matching defs:width
83 public float width; field in Rectangle2D.Float
108 public Float(float x, float y, float width, float height) { in Float()
149 public void setRect(float x, float y, float width, float height) { in setRect()
157 public void setRect(double x, double y, double width, double height) { in setRect()
256 public double width; field in Rectangle2D.Double
281 public Double(double x, double y, double width, double height) { in Double()
311 public void setRect(double x, double y, double width, double height) { in setRect()
397 double width; field in Rectangle2D.Iterator
546 public abstract void setRect(double x, double y, double width, double height); in setRect()
601 public void setFrame(double x, double y, double width, double height) { in setFrame()
686 public boolean intersects(double x, double y, double width, double height) { in intersects()
699 public boolean contains(double x, double y, double width, double height) { in contains()