final class UploadingPainter extends ViewPainter implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private float |
penScale |
private QueuedPixelSource |
pixelSource |
private RTTexture |
resolveRTT |
private RTTexture |
rttexture |
factory, freshBackBuffer, penHeight, penWidth, presentable, renderLock, sceneState, viewHeight, viewWidth
Constructor and Description |
---|
UploadingPainter(GlassScene view) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
disposeRTTexture() |
float |
getPixelScaleFactor() |
private RTTexture |
resolveRenderTarget(Graphics g,
int width,
int height) |
void |
run() |
disposePresentable, paintImpl, setOverlayRoot, setRoot, validateStageGraphics
private RTTexture rttexture
private RTTexture resolveRTT
private QueuedPixelSource pixelSource
private float penScale
UploadingPainter(GlassScene view)
void disposeRTTexture()
public float getPixelScaleFactor()
getPixelScaleFactor
in class ViewPainter
public void run()
run
in interface java.lang.Runnable