Package | Description |
---|---|
com.sun.javafx.logging |
Modifier and Type | Field and Description |
---|---|
private PrintLogger.PulseData |
PrintLogger.fxData
References to PulseData for the FX thread (fxData) and the Render thread (renderData).
|
private PrintLogger.PulseData |
PrintLogger.head
The queue of all PulseData objects, both available and those in use.
|
(package private) PrintLogger.PulseData |
PrintLogger.PulseData.next |
private PrintLogger.PulseData |
PrintLogger.renderData
References to PulseData for the FX thread (fxData) and the Render thread (renderData).
|
private PrintLogger.PulseData |
PrintLogger.tail |
Modifier and Type | Method and Description |
---|---|
private PrintLogger.PulseData |
PrintLogger.allocate(int n)
Allocate and initialize a PulseData object
|