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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsConfiguration.java37 * The <code>GraphicsConfiguration</code> class describes the
39 * There can be many <code>GraphicsConfiguration</code> objects associated
43 * each visual is a different <code>GraphicsConfiguration</code>.
44 * On Microsoft Windows, <code>GraphicsConfiguration</code>s represent
49 * <code>GraphicsConfiguration</code> objects are relative to the
52 * the desired <code>GraphicsConfiguration</code> and offset the location
53 * with the coordinates of the <code>GraphicsConfiguration</code>,
58 * Frame f = new Frame(gc); // where gc is a GraphicsConfiguration
65 * <code>GraphicsConfiguration</code> objects in your system. If
72 * of the <code>GraphicsConfiguration</cod
109 public abstract class GraphicsConfiguration { class
123 protected GraphicsConfiguration() { method in class:GraphicsConfiguration
[all...]

Completed in 34 milliseconds