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 AbstractGraphicsDevice getDevice()
AbstractGraphicsScreen
getDevice
in interface AbstractGraphicsScreen
public int getIndex()
AbstractGraphicsScreen
getIndex
in interface AbstractGraphicsScreen
Copyright 2010 JogAmp Community.