Package | Description |
---|---|
com.sun.javafx.tk | |
com.sun.javafx.tk.quantum |
Modifier and Type | Field and Description |
---|---|
private CompletionListener |
RenderJob.listener |
Modifier and Type | Method and Description |
---|---|
CompletionListener |
RenderJob.getCompletionListener() |
Modifier and Type | Method and Description |
---|---|
void |
RenderJob.setCompletionListener(CompletionListener cl) |
Constructor and Description |
---|
RenderJob(java.lang.Runnable pen,
CompletionListener cl) |
Modifier and Type | Class and Description |
---|---|
(package private) class |
PaintCollector
Manages the collection and rendering of dirty scenes.
|
Modifier and Type | Method and Description |
---|---|
(package private) CompletionListener |
PaintCollector.getRendered()
Gets the CompletionListener which must be notified when a
GlassScene has completed rendering.
|
Constructor and Description |
---|
PaintRenderJob(GlassScene gs,
CompletionListener cl,
java.lang.Runnable r) |