Package | Description |
---|---|
com.sun.javafx.tk.quantum | |
com.sun.prism | |
com.sun.prism.d3d | |
com.sun.prism.es2 | |
com.sun.prism.j2d | |
com.sun.prism.null3d | |
com.sun.prism.sw |
Modifier and Type | Class and Description |
---|---|
(package private) class |
EmbeddedState
EmbeddedState is intended to provide for a shadow copy the View/Scene state
similar to the shadow Graph, providing a static snapshot until the Scene
is rendered.
|
(package private) class |
SceneState
SceneState is intended to provide for a shadow copy the View/Scene state
similar to the shadow Graph, providing a static snapshot until the Scene
is rendered.
|
Modifier and Type | Method and Description |
---|---|
Presentable |
ResourceFactory.createPresentable(PresentableState pState) |
boolean |
Presentable.lockResources(PresentableState pState)
Locks any underlying resources needed for a createGraphics/prepare/present
sequence and returns a boolean indicating if the presentable needs to be
recreated.
|
Modifier and Type | Method and Description |
---|---|
Presentable |
D3DResourceFactory.createPresentable(PresentableState pState) |
boolean |
D3DSwapChain.lockResources(PresentableState pState) |
Modifier and Type | Field and Description |
---|---|
private PresentableState |
ES2SwapChain.pState |
Modifier and Type | Method and Description |
---|---|
Presentable |
ES2ResourceFactory.createPresentable(PresentableState pState) |
boolean |
ES2SwapChain.lockResources(PresentableState pState) |
Constructor and Description |
---|
ES2SwapChain(ES2Context context,
PresentableState pState) |
Modifier and Type | Field and Description |
---|---|
private PresentableState |
J2DPresentable.Glass.pState |
Modifier and Type | Method and Description |
---|---|
(package private) static J2DPresentable |
J2DPresentable.create(PresentableState pState,
J2DResourceFactory factory) |
Presentable |
J2DResourceFactory.createPresentable(PresentableState pState) |
boolean |
PrismPrintGraphics.PagePresentable.lockResources(PresentableState pState) |
boolean |
J2DPresentable.Glass.lockResources(PresentableState pState) |
boolean |
J2DPresentable.Bimg.lockResources(PresentableState pState) |
Constructor and Description |
---|
Glass(PresentableState pState,
J2DResourceFactory factory) |
Modifier and Type | Field and Description |
---|---|
private PresentableState |
DummySwapChain.pState |
Modifier and Type | Method and Description |
---|---|
Presentable |
DummyResourceFactory.createPresentable(PresentableState pState) |
boolean |
DummySwapChain.lockResources(PresentableState pState) |
Constructor and Description |
---|
DummySwapChain(DummyContext context,
PresentableState pState,
DummyRTTexture rtt) |
Modifier and Type | Field and Description |
---|---|
private PresentableState |
SWPresentable.pState |
Modifier and Type | Method and Description |
---|---|
Presentable |
SWResourceFactory.createPresentable(PresentableState pState) |
boolean |
SWPresentable.lockResources(PresentableState pState) |
Constructor and Description |
---|
SWPresentable(PresentableState pState,
SWResourceFactory factory) |