public class DefaultGraphicsScreen extends Object implements Cloneable, AbstractGraphicsScreen
| Constructor and Description |
|---|
DefaultGraphicsScreen(AbstractGraphicsDevice device,
int idx) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
static AbstractGraphicsScreen |
createDefault(String type) |
AbstractGraphicsDevice |
getDevice()
Return the device this graphics configuration is valid for
|
int |
getIndex()
Returns the screen index this graphics screen is valid for
|
String |
toString() |
public DefaultGraphicsScreen(AbstractGraphicsDevice device, int idx)
public static AbstractGraphicsScreen createDefault(String type)
public Object clone()
clone in interface AbstractGraphicsScreenclone in class Objectpublic AbstractGraphicsDevice getDevice()
AbstractGraphicsScreengetDevice in interface AbstractGraphicsScreenpublic int getIndex()
AbstractGraphicsScreengetIndex in interface AbstractGraphicsScreenCopyright 2010 JogAmp Community.