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

/openjdk7/jdk/src/share/classes/java/awt/
H A DShape.java34 * The <code>Shape</code> interface provides definitions for objects
35 * that represent some form of geometric shape. The <code>Shape</code>
37 * outline of the <code>Shape</code> as well as a rule for determining
39 * points. Each <code>Shape</code> object provides callbacks to get the
42 * of the <code>Shape</code>, and retrieve a <code>PathIterator</code>
43 * object that describes the trajectory path of the <code>Shape</code>
48 * <code>Shape</code> if and only if:
51 * inside the<code>Shape</code> boundary <i>or</i>
53 * it lies exactly on the <code>Shape</code> boundary <i>and</i> the
63 * consider the interior of a <code>Shape</cod
78 public interface Shape { interface
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DShape.java36 public abstract class Shape { class
88 class Path extends Shape {
95 class Rectangle extends Shape {
128 class Ellipse extends Shape {
/openjdk7/jdk/src/share/demo/applets/GraphicsTest/
H A DGraphicsTest.java318 abstract class Shape { class
326 class RectShape extends Shape {
340 class OvalShape extends Shape {
354 class RoundRectShape extends Shape {
368 class PolygonShape extends Shape {
423 Shape shape;
426 public ShapeTest(Shape shape, int step) {
431 public ShapeTest(Shape shape) {

Completed in 32 milliseconds