Lines Matching refs:GraphicsDevice
29 import java.awt.GraphicsDevice;
55 * @see GraphicsDevice
76 * includes everything from the native GraphicsDevice elements to
95 public GraphicsDevice getDefaultScreenDevice() {
129 GraphicsDevice newDevices[] = new GraphicsDevice[getNumScreens()];
130 GraphicsDevice oldScreens[] = screens;
167 for (GraphicsDevice gd : screens) {
205 protected GraphicsDevice makeScreenDevice(int screennum) {
206 GraphicsDevice device = null;
224 GraphicsDevice gd = gc.getDevice();