Lines Matching full:bounds
154 * the bounding rectangle given by the parameter bounds.
156 * @param bounds
166 public Float(Rectangle2D bounds, float start, float extent, int type) {
168 this.x = (float)bounds.getX();
169 this.y = (float)bounds.getY();
170 this.width = (float)bounds.getWidth();
171 this.height = (float)bounds.getHeight();
333 * the bounding rectangle given by the parameter bounds.
335 * @param bounds
345 public Double(Rectangle2D bounds, double start, double extent, int type) {
347 this.x = bounds.getX();
348 this.y = bounds.getY();
349 this.width = bounds.getWidth();
350 this.height = bounds.getHeight();
584 // awt.4B=Iterator out of bounds
629 // awt.4B=Iterator out of bounds