Lines Matching refs:GraphicsDevice
32 import java.awt.GraphicsDevice;
73 * @see GraphicsDevice
128 protected GraphicsDevice[] screens;
133 public synchronized GraphicsDevice[] getScreenDevices() {
134 GraphicsDevice[] ret = screens;
137 ret = new GraphicsDevice[num];
162 protected abstract GraphicsDevice makeScreenDevice(int screennum);
167 public GraphicsDevice getDefaultScreenDevice() {
251 * Return the bounds of a GraphicsDevice, less its screen insets.
254 public static Rectangle getUsableBounds(GraphicsDevice gd) {
273 for (GraphicsDevice gd : getScreenDevices()) {