Package | Description |
---|---|
com.sun.javafx.media | |
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum |
Modifier and Type | Field and Description |
---|---|
private RenderJob |
PrismMediaFrameHandler.releaseRenderJob |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future |
DummyToolkit.addRenderJob(RenderJob rj) |
abstract java.util.concurrent.Future |
Toolkit.addRenderJob(RenderJob rj) |
void |
CompletionListener.done(RenderJob job) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PaintRenderJob |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future |
QuantumToolkit.addRenderJob(RenderJob r) |
void |
PaintCollector.done(RenderJob job)
This object is a CompletionListener is registered with every GlassScene,
such that when the repaint has completed, this method is called.
|
protected java.util.concurrent.Future |
QuantumRenderer.submitRenderJob(RenderJob r) |