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 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[] |
IosApplication.staticScreen_getScreens() |
Modifier and Type | Method and Description |
---|---|
Window |
IosApplication.createWindow(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) |
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) |
Modifier and Type | Method and Description |
---|---|
Screen |
RenderTarget.getAssociatedScreen() |
Screen |
Graphics.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(List<Screen> screens) |
Modifier and Type | Method and Description |
---|---|
int |
D3DPipeline.getAdapterOrdinal(Screen screen) |
ResourceFactory |
D3DPipeline.getResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
D3DPipeline.getDefaultResourceFactory(List<Screen> screens) |
Modifier and Type | Method and Description |
---|---|
int |
ES2Pipeline.getAdapterOrdinal(Screen screen) |
ResourceFactory |
ES2Pipeline.getResourceFactory(Screen screen) |
Modifier and Type | Method and Description |
---|---|
ResourceFactory |
ES2Pipeline.getDefaultResourceFactory(List<Screen> screens) |
Modifier and Type | Method and Description |
---|---|
Screen |
BaseGraphics.getAssociatedScreen() |
Screen |
BaseContext.getAssociatedScreen() |
Constructor and Description |
---|
BaseContext(Screen screen,
ResourceFactory factory,
int vbQuads) |
Constructor and Description |
---|
BaseShaderContext(Screen screen,
ShaderFactory factory,
int vbQuads) |
Modifier and Type | Method and Description |
---|---|
Screen |
J2DPrismGraphics.getAssociatedScreen() |
Screen |
J2DPresentable.getAssociatedScreen() |
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(List<Screen> screens) |
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(List<Screen> screens) |
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(List<Screen> screens) |
Modifier and Type | Method and Description |
---|---|
static PrFilterContext |
PrFilterContext.getInstance(Screen screen) |
Modifier and Type | Method and Description |
---|---|
static PSWRenderer |
PSWRenderer.createJSWInstance(Screen screen)
Returns a
JSW (Java/CPU) renderer for the given screen. |
Copyright © 2020. All rights reserved.