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

/frameworks/base/awt/java/awt/geom/
H A DGeneralPath.java32 * The class GeneralPath represents a shape whose outline is given by different
37 public final class GeneralPath implements Shape, Cloneable { class in inherits:Shape,Cloneable
96 * GeneralPath path iterator
100 * of a GeneralPath.
115 * The source GeneralPath object.
117 GeneralPath p;
125 * Constructs a new GeneralPath.Iterator for given general path.
128 * the source GeneralPath object.
130 Iterator(GeneralPath path) {
135 * Constructs a new GeneralPath
199 public GeneralPath() { method in class:GeneralPath
211 public GeneralPath(int rule) { method in class:GeneralPath
225 public GeneralPath(int rule, int initialCapacity) { method in class:GeneralPath
237 public GeneralPath(Shape shape) { method in class:GeneralPath
[all...]

Completed in 24 milliseconds