* Makefile.in (PREPROCESSOR_DEFINES): New macro.
[official-gcc.git] / libjava / java / awt / Shape.java
blobc54ad15ee73bfba5261f298b969b49d313f9522f
1 /* Copyright (C) 1999 Cygnus Solutions
3 This file is part of libjava.
5 This software is copyrighted work licensed under the terms of the
6 Libjava License. Please consult the file "LIBJAVA_LICENSE" for
7 details. */
9 package java.awt;
11 /**
12 * @author Per Bothner <bothner@cygnus.com>
13 * @date Fenruary 8, 1999.
16 /* Written using "Java Class Libraries", 2nd edition.
17 * Status: Believed complete and correct.
20 public interface Shape
22 public Rectangle getBounds ();