|
|||||||||
| 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 Objectpublic AbstractGraphicsScreen getScreen()
AbstractGraphicsConfiguration
getScreen in interface AbstractGraphicsConfigurationpublic CapabilitiesImmutable getChosenCapabilities()
AbstractGraphicsConfiguration
getChosenCapabilities in interface AbstractGraphicsConfigurationpublic CapabilitiesImmutable getRequestedCapabilities()
AbstractGraphicsConfiguration
getRequestedCapabilities in interface AbstractGraphicsConfigurationpublic AbstractGraphicsConfiguration getNativeGraphicsConfiguration()
AbstractGraphicsConfigurationAbstractGraphicsConfiguration,
otherwise this instance.
getNativeGraphicsConfiguration in interface AbstractGraphicsConfigurationNativeSurface.getGraphicsConfiguration()public String toString()
toString in class Objectpublic 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 | ||||||||