1 /* Copyright (C) 2000 Free Software Foundation
3 This file is part of libgcj.
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
12 * @author Warren Levy <warrenl@cygnus.com>
13 * @date March 15, 2000.
17 * Written using on-line Java Platform 1.2 API Specification, as well
18 * as "The Java Class Libraries", 2nd edition (Addison-Wesley, 1998).
19 * Status: Stubbed; A very incomplete placeholder.
22 public abstract class Graphics
extends Object
27 throw new Error ("java.awt.Graphics: not implemented");