Lines Matching refs:fShape
58 private Shape fShape;94 fShape = shape;96 fShapeBounds = fShape.getBounds2D();146 graphics.draw(fShape);149 graphics.fill(fShape);192 return tx == null ? fShape : tx.createTransformedShape(fShape);202 return fShape.hashCode();250 if (!fShape.equals(rhs.fShape)) {