public abstract class SVGLoaderCache
extends java.lang.Object
Constructor and Description |
---|
SVGLoaderCache() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
forkIOTask(java.lang.Runnable action) |
protected abstract java.nio.file.Path |
getCachesHome() |
java.awt.image.BufferedImage |
loadFromCache(byte [] theme,
byte [] imageBytes,
double scale,
ImageLoader.Dimension2DDouble docSize) |
void |
storeLoadedImage(byte [] theme,
byte [] imageBytes,
double scale,
java.awt.image.BufferedImage image,
ImageLoader.Dimension2DDouble size) |
protected abstract java.nio.file.Path getCachesHome()
protected abstract void forkIOTask(java.lang.Runnable action)
public final java.awt.image.BufferedImage loadFromCache(byte [] theme, byte [] imageBytes, double scale, ImageLoader.Dimension2DDouble docSize)
public final void storeLoadedImage(byte [] theme, byte [] imageBytes, double scale, java.awt.image.BufferedImage image, ImageLoader.Dimension2DDouble size)