~ubuntu-branches/debian/sid/java-gnome/sid

« back to all changes in this revision

Viewing changes to doc/examples/cairo/ExampleLinedPaper.java

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2010-04-11 21:28:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100411212843-g18x13q4fn02ox4a
Tags: 4.0.15-1
* Team upload
* New upstream release
* Change maintainers into Maintainers.
* Remove Thomas from Uploaders.
* Switch to source format 3.0.
* Update Standards-Version: 3.8.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * ExampleLinedPaper.java
3
 
 *
4
 
 * Copyright (c) 2007-2009 Operational Dynamics Consulting Pty Ltd, and Others
5
 
 * 
6
 
 * The code in this file, and the program it is a part of, are made available
7
 
 * to you by the authors under the terms of the "GNU General Public Licence,
8
 
 * version 2" See the LICENCE file for the terms governing usage and
9
 
 * redistribution.
10
 
 * 
11
 
 * Copyright (c) 2008      Nathan Strum
12
 
 * 
13
 
 * The image sketch is included with java-gnome with permission of its author
14
 
 * for the express purpose of illustrating this example.
 
2
 * java-gnome, a UI library for writing GTK and GNOME programs from Java!
 
3
 *
 
4
 * Copyright © 2007-2010 Operational Dynamics Consulting, Pty Ltd and Others
 
5
 * Copyright © 2008      Nathan Strum
 
6
 *
 
7
 * The code in this file, and the program it is a part of, is made available
 
8
 * to you by its authors as open source software: you can redistribute it
 
9
 * and/or modify it under the terms of the GNU General Public License version
 
10
 * 2 ("GPL") as published by the Free Software Foundation.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful, but WITHOUT
 
13
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 
14
 * FITNESS FOR A PARTICULAR PURPOSE. See the GPL for more details.
 
15
 *
 
16
 * You should have received a copy of the GPL along with this program. If not,
 
17
 * see http://www.gnu.org/licenses/. The authors of this program may be
 
18
 * contacted through http://java-gnome.sourceforge.net/.
15
19
 */
16
20
package cairo;
17
21
 
 
22
/*
 
23
 * The image sketch is included with java-gnome with permission of its author,
 
24
 * Nathan Strum, for the express purpose of illustrating this example.
 
25
 */
 
26
 
18
27
import java.io.IOException;
19
28
 
20
29
import org.freedesktop.cairo.Context;