public class AWTGraphicsScreen extends DefaultGraphicsScreen implements Cloneable
| Constructor and Description |
|---|
AWTGraphicsScreen(AWTGraphicsDevice device) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
static AbstractGraphicsScreen |
createDefault() |
static AbstractGraphicsScreen |
createScreenDevice(GraphicsDevice awtDevice,
int unitID) |
static AbstractGraphicsScreen |
createScreenDevice(int index,
int unitID) |
static int |
findScreenIndex(GraphicsDevice awtDevice) |
static GraphicsDevice |
getScreenDevice(int index) |
createDefault, getDevice, getIndex, toStringpublic AWTGraphicsScreen(AWTGraphicsDevice device)
public static GraphicsDevice getScreenDevice(int index)
public static int findScreenIndex(GraphicsDevice awtDevice)
public static AbstractGraphicsScreen createScreenDevice(GraphicsDevice awtDevice, int unitID)
public static AbstractGraphicsScreen createScreenDevice(int index, int unitID)
public static AbstractGraphicsScreen createDefault()
public Object clone()
clone in interface AbstractGraphicsScreenclone in class DefaultGraphicsScreenCopyright 2010 JogAmp Community.