![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e658. Combining ShapesArea shape = new Area(shape1); shape.add(new Area(shape2)); shape.subtract(new Area(shape3)); shape.intersect(new Area(shape4)); shape.exclusiveOr(new Area(shape5));
e657. Creating a Shape Using Lines and Curves e659. Scaling, Shearing, Translating, and Rotating a Shape © 2002 Addison-Wesley. |