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

/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DGeneralPath.java31 * The {@code GeneralPath} class represents a geometric path
35 * {@code GeneralPath} is a legacy final class which exactly
43 * Use {@code Path2D.Float} (or this legacy {@code GeneralPath}
51 public final class GeneralPath extends Path2D.Float { class in inherits:Path2D.Float
53 * Constructs a new empty single precision {@code GeneralPath} object
58 public GeneralPath() { method in class:GeneralPath
63 * Constructs a new <code>GeneralPath</code> object with the specified
72 public GeneralPath(int rule) { method in class:GeneralPath
77 * Constructs a new <code>GeneralPath</code> object with the specified
91 public GeneralPath(in method in class:GeneralPath
104 public GeneralPath(Shape s) { method in class:GeneralPath
108 GeneralPath(int windingRule, method in class:GeneralPath
[all...]

Completed in 224 milliseconds