Modifier and Type | Field and Description |
---|---|
private Screen |
Window.screen |
Modifier and Type | Field and Description |
---|---|
private static java.util.List<Screen> |
Screen.screens |
Modifier and Type | Method and Description |
---|---|
static Screen |
Screen.getMainScreen()
Could be called from any thread
|
Screen |
Window.getScreen() |
protected abstract Screen[] |
Application.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Screen> |
Screen.getScreens()
Could be called from any thread
|
Modifier and Type | Method and Description |
---|---|
Window |
Application.createWindow(Screen screen,
int styleMask)
Create a window.
|
abstract Window |
Application.createWindow(Window owner,
Screen screen,
int styleMask)
Create a window.
|
void |
Window.EventHandler.handleScreenChangedEvent(Window window,
long time,
Screen oldScreen,
Screen newScreen)
Notifies a listener that the screen object for this Window instance
has been updated.
|
protected void |
Window.notifyMoveToAnotherScreen(Screen newScreen) |
protected void |
Window.setScreen(Screen screen) |
Constructor and Description |
---|
Window(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
protected Screen[] |
GtkApplication.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
Window |
GtkApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Constructor and Description |
---|
GtkWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
protected Screen[] |
IosApplication.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
Window |
IosApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Constructor and Description |
---|
IosWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
protected Screen[] |
LensApplication.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
Window |
LensApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Constructor and Description |
---|
LensWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
protected Screen[] |
MacApplication.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
Window |
MacApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
protected void |
MacWindow.setScreen(Screen screen) |
Constructor and Description |
---|
MacWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
protected Screen[] |
MonocleApplication.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
Window |
MonocleApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Constructor and Description |
---|
MonocleWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
protected Screen[] |
SWTApplication.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
Window |
SWTApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Constructor and Description |
---|
SWTWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Method and Description |
---|---|
protected Screen[] |
WinApplication.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
Window |
WinApplication.createWindow(Window owner,
Screen screen,
int styleMask) |
Constructor and Description |
---|
WinWindow(Window owner,
Screen screen,
int styleMask) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Screen,PrismMediaFrameHandler.TextureMapEntry> |
PrismMediaFrameHandler.textures |
Modifier and Type | Field and Description |
---|---|
private static java.util.WeakHashMap<Screen,RegionImageCache> |
NGRegion.imageCacheMap
Screen to RegionImageCache mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
GlassWindowEventHandler.handleScreenChangedEvent(Window window,
long time,
Screen oldScreen,
Screen newScreen) |
Modifier and Type | Method and Description |
---|---|
Screen |
Graphics.getAssociatedScreen() |
Screen |
RenderTarget.getAssociatedScreen() |
Modifier and Type | Method and Description |
---|---|
abstract int |
GraphicsPipeline.getAdapterOrdinal(Screen screen) |
abstract ResourceFactory |
GraphicsPipeline.getResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
abstract ResourceFactory |
GraphicsPipeline.getDefaultResourceFactory(java.util.List<Screen> screens) |
Modifier and Type | Method and Description |
---|---|
Screen |
D3DRTTexture.getAssociatedScreen() |
Screen |
D3DSwapChain.getAssociatedScreen() |
private static Screen |
D3DPipeline.getScreenForAdapter(java.util.List<Screen> screens,
int adapterOrdinal) |
Modifier and Type | Method and Description |
---|---|
private static D3DResourceFactory |
D3DPipeline.createResourceFactory(int adapterOrdinal,
Screen screen) |
int |
D3DPipeline.getAdapterOrdinal(Screen screen) |
private static D3DResourceFactory |
D3DPipeline.getD3DResourceFactory(int adapterOrdinal,
Screen screen) |
ResourceFactory |
D3DPipeline.getResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
private static D3DResourceFactory |
D3DPipeline.findDefaultResourceFactory(java.util.List<Screen> screens) |
ResourceFactory |
D3DPipeline.getDefaultResourceFactory(java.util.List<Screen> screens) |
private static Screen |
D3DPipeline.getScreenForAdapter(java.util.List<Screen> screens,
int adapterOrdinal) |
Constructor and Description |
---|
D3DContext(long pContext,
Screen screen,
D3DResourceFactory factory) |
D3DResourceFactory(long pContext,
Screen screen) |
Modifier and Type | Method and Description |
---|---|
Screen |
ES2RTTexture.getAssociatedScreen() |
Screen |
ES2SwapChain.getAssociatedScreen() |
private static Screen |
ES2Pipeline.getScreenForAdapter(java.util.List<Screen> screens,
int adapterOrdinal) |
Modifier and Type | Method and Description |
---|---|
int |
ES2Pipeline.getAdapterOrdinal(Screen screen) |
private static ES2ResourceFactory |
ES2Pipeline.getES2ResourceFactory(int adapterOrdinal,
Screen screen) |
ResourceFactory |
ES2Pipeline.getResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
private static ES2ResourceFactory |
ES2Pipeline.findDefaultResourceFactory(java.util.List<Screen> screens) |
ResourceFactory |
ES2Pipeline.getDefaultResourceFactory(java.util.List<Screen> screens) |
private static Screen |
ES2Pipeline.getScreenForAdapter(java.util.List<Screen> screens,
int adapterOrdinal) |
Constructor and Description |
---|
ES2Context(Screen screen,
ShaderFactory factory) |
ES2ResourceFactory(Screen screen) |
Modifier and Type | Field and Description |
---|---|
private Screen |
BaseContext.screen |
Modifier and Type | Method and Description |
---|---|
Screen |
BaseContext.getAssociatedScreen() |
Screen |
BaseGraphics.getAssociatedScreen() |
Constructor and Description |
---|
BaseContext(Screen screen,
ResourceFactory factory,
int vbQuads) |
Constructor and Description |
---|
BaseShaderContext(Screen screen,
ShaderFactory factory,
int vbQuads) |
Modifier and Type | Field and Description |
---|---|
private Screen |
J2DResourceFactory.screen |
Modifier and Type | Method and Description |
---|---|
Screen |
J2DPresentable.getAssociatedScreen() |
Screen |
J2DPrismGraphics.getAssociatedScreen() |
Screen |
J2DRTTexture.getAssociatedScreen() |
(package private) Screen |
J2DResourceFactory.getScreen() |
Modifier and Type | Method and Description |
---|---|
int |
J2DPipeline.getAdapterOrdinal(Screen screen) |
ResourceFactory |
J2DPipeline.getResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
J2DPipeline.getDefaultResourceFactory(java.util.List<Screen> screens) |
Constructor and Description |
---|
J2DResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
Screen |
DummyRTTexture.getAssociatedScreen() |
Screen |
DummySwapChain.getAssociatedScreen() |
Modifier and Type | Method and Description |
---|---|
int |
NULL3DPipeline.getAdapterOrdinal(Screen screen) |
ResourceFactory |
NULL3DPipeline.getResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
NULL3DPipeline.getDefaultResourceFactory(java.util.List<Screen> screens) |
Constructor and Description |
---|
DummyContext(Screen screen,
DummyResourceFactory factory) |
DummyResourceFactory(Screen screen) |
Modifier and Type | Field and Description |
---|---|
private Screen |
SWResourceFactory.screen |
Modifier and Type | Method and Description |
---|---|
Screen |
SWGraphics.getAssociatedScreen() |
Screen |
SWRTTexture.getAssociatedScreen() |
Screen |
SWResourceFactory.getScreen() |
Modifier and Type | Method and Description |
---|---|
int |
SWPipeline.getAdapterOrdinal(Screen screen) |
ResourceFactory |
SWPipeline.getResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
SWPipeline.getDefaultResourceFactory(java.util.List<Screen> screens) |
Constructor and Description |
---|
SWResourceFactory(Screen screen) |
Modifier and Type | Field and Description |
---|---|
private static Screen |
PrFilterContext.defaultScreen |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Screen,PrFilterContext> |
PrFilterContext.ctxMap |
Modifier and Type | Method and Description |
---|---|
static PrFilterContext |
PrFilterContext.getInstance(Screen screen) |
Constructor and Description |
---|
PPSRenderer(Screen screen,
ShaderSource shaderSource) |
Modifier and Type | Field and Description |
---|---|
private Screen |
PSWRenderer.screen |
Modifier and Type | Method and Description |
---|---|
(package private) static PSWDrawable |
PSWDrawable.create(Screen screen,
int width,
int height) |
static PSWRenderer |
PSWRenderer.createJSWInstance(Screen screen)
Returns a
JSW (Java/CPU) renderer for the given screen. |
private static PSWRenderer |
PSWRenderer.createSSEInstance(Screen screen)
Returns an
SSE (SIMD/CPU) renderer for the given screen. |
(package private) static int |
PSWDrawable.getCompatibleHeight(Screen screen,
int h) |
(package private) static int |
PSWDrawable.getCompatibleWidth(Screen screen,
int w) |
Constructor and Description |
---|
PSWRenderer(Screen screen,
RendererDelegate delegate) |