Package | Description |
---|---|
com.sun.javafx.tk.quantum | |
com.sun.prism | |
com.sun.prism.impl |
Modifier and Type | Method and Description |
---|---|
void |
SceneState.uploadPixels(PixelSource source)
Put the pixels on the screen.
|
void |
EmbeddedState.uploadPixels(PixelSource source)
Put the pixels on the screen.
|
Modifier and Type | Method and Description |
---|---|
void |
PresentableState.uploadPixels(PixelSource source)
Put the pixels on the screen.
|
Modifier and Type | Class and Description |
---|---|
class |
QueuedPixelSource
Base concrete implementation of the
PixelSource interface which
manages Pixels objects in the state of being consumed (uploaded
to the screen usually), in flight in the queue of upload requests, and
idle waiting to be reused for temporary storage for future uploads. |