|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractGraphicsConfiguration
A marker interface describing a graphics configuration, visual, or pixel format in a toolkit-independent manner.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.media.nativewindow.VisualIDHolder |
---|
VisualIDHolder.VIDComparator, VisualIDHolder.VIDType |
Field Summary |
---|
Fields inherited from interface javax.media.nativewindow.VisualIDHolder |
---|
VID_UNDEFINED |
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 |
Methods inherited from interface javax.media.nativewindow.VisualIDHolder |
---|
getVisualID |
Method Detail |
---|
Object clone()
AbstractGraphicsScreen getScreen()
CapabilitiesImmutable getChosenCapabilities()
CapabilitiesImmutable getRequestedCapabilities()
AbstractGraphicsConfiguration getNativeGraphicsConfiguration()
AbstractGraphicsConfiguration
,
otherwise this instance.
NativeSurface.getGraphicsConfiguration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |