|
|||||||||
| 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 capabilites used to choose this configuration. |
AbstractGraphicsConfiguration |
getNativeGraphicsConfiguration()
In case this instance already reflects a native configuration, return this one. |
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()
AbstractGraphicsConfiguration
getNativeGraphicsConfiguration in interface AbstractGraphicsConfigurationpublic 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 | ||||||||