private final class PagePane.RenderWorker
extends javax.swing.SwingWorker<java.awt.image.BufferedImage,java.lang.Integer>
Modifier and Type | Field and Description |
---|---|
private boolean |
allowSubsampling |
private int |
rotation |
private float |
scale |
Modifier | Constructor and Description |
---|---|
private |
RenderWorker(float scale,
int rotation,
boolean allowSubsampling) |
Modifier and Type | Method and Description |
---|---|
protected java.awt.image.BufferedImage |
doInBackground() |
protected void |
done() |
private final float scale
private final int rotation
private final boolean allowSubsampling
private RenderWorker(float scale, int rotation, boolean allowSubsampling)
protected java.awt.image.BufferedImage doInBackground() throws java.io.IOException
doInBackground
in class javax.swing.SwingWorker<java.awt.image.BufferedImage,java.lang.Integer>
java.io.IOException
protected void done()
done
in class javax.swing.SwingWorker<java.awt.image.BufferedImage,java.lang.Integer>