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

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsDevice.java36 * The <code>GraphicsDevice</code> class describes the graphics devices
42 * in which the <code>GraphicsDevice</code> can be used.
52 * GraphicsDevice[] gs = ge.getScreenDevices();
54 * GraphicsDevice gd = gs[j];
78 public abstract class GraphicsDevice { class
96 protected GraphicsDevice() { method in class:GraphicsDevice
145 * Returns the type of this <code>GraphicsDevice</code>.
146 * @return the type of this <code>GraphicsDevice</code>, which can
156 * <code>GraphicsDevice</code>.
159 * <code>GraphicsDevice</cod
[all...]

Completed in 570 milliseconds