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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsEnvironment.java41 * The <code>GraphicsEnvironment</code> class describes the collection
44 * The resources in this <code>GraphicsEnvironment</code> might be local
55 public abstract class GraphicsEnvironment { class
56 private static GraphicsEnvironment localEnv;
59 * The headless state of the Toolkit and GraphicsEnvironment
72 protected GraphicsEnvironment() { method in class:GraphicsEnvironment
76 * Returns the local <code>GraphicsEnvironment</code>.
77 * @return the local <code>GraphicsEnvironment</code>
79 public static synchronized GraphicsEnvironment getLocalGraphicsEnvironment() {
88 * Creates and returns the GraphicsEnvironment, accordin
[all...]

Completed in 35 milliseconds