|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.nativewindow.DefaultGraphicsConfiguration
public class DefaultGraphicsConfiguration
Constructor Summary | |
---|---|
DefaultGraphicsConfiguration(AbstractGraphicsScreen screen,
CapabilitiesImmutable capsChosen,
CapabilitiesImmutable capsRequested)
|
Method Summary | |
---|---|
Object |
clone()
|
CapabilitiesImmutable |
getChosenCapabilities()
Return the capabilities reflecting this graphics configuration, which may differ from the capabilities used to choose this configuration. |
AbstractGraphicsConfiguration |
getNativeGraphicsConfiguration()
In case the implementation utilizes a delegation pattern to wrap abstract toolkits, this method shall return the native AbstractGraphicsConfiguration ,
otherwise this instance. |
CapabilitiesImmutable |
getRequestedCapabilities()
Return the capabilities used to choose this graphics configuration. |
AbstractGraphicsScreen |
getScreen()
Return the screen this graphics configuration is valid for |
static String |
toHexString(int val)
|
static String |
toHexString(long val)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DefaultGraphicsConfiguration(AbstractGraphicsScreen screen, CapabilitiesImmutable capsChosen, CapabilitiesImmutable capsRequested)
Method Detail |
---|
public Object clone()
clone
in class Object
public AbstractGraphicsScreen getScreen()
AbstractGraphicsConfiguration
getScreen
in interface AbstractGraphicsConfiguration
public CapabilitiesImmutable getChosenCapabilities()
AbstractGraphicsConfiguration
getChosenCapabilities
in interface AbstractGraphicsConfiguration
public CapabilitiesImmutable getRequestedCapabilities()
AbstractGraphicsConfiguration
getRequestedCapabilities
in interface AbstractGraphicsConfiguration
public AbstractGraphicsConfiguration getNativeGraphicsConfiguration()
AbstractGraphicsConfiguration
AbstractGraphicsConfiguration
,
otherwise this instance.
getNativeGraphicsConfiguration
in interface AbstractGraphicsConfiguration
NativeSurface.getGraphicsConfiguration()
public String toString()
toString
in class Object
public static String toHexString(int val)
public static String toHexString(long val)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |