Searched defs:Area (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DArea.java38 * An <code>Area</code> object stores and manipulates a
41 * <code>Area</code> objects can be transformed and can perform
42 * various Constructive Area Geometry (CAG) operations when combined
43 * with other <code>Area</code> objects.
50 * The <code>Area</code> class implements the <code>Shape</code>
52 * and path iteration facilities, but an <code>Area</code> is more
56 * <code>Area</code> objects constructed from unclosed paths
68 * <code>Area</code> resembles the path from which it was
74 * the <code>Area</code> include:
76 * <li>Creating an <code>Area</cod
99 public class Area implements Shape, Cloneable { class in inherits:Shape,Cloneable
108 public Area() { method in class:Area
122 public Area(Shape s) { method in class:Area
[all...]

Completed in 22 milliseconds