static class PrismFontFile.FileDisposer extends java.lang.Object implements DisposerRecord
Modifier and Type | Field and Description |
---|---|
(package private) PrismFontFactory |
factory |
(package private) java.lang.String |
fileName |
(package private) boolean |
isTracked |
(package private) java.lang.ref.WeakReference<PrismFontFile> |
refKey |
Constructor and Description |
---|
FileDisposer(java.lang.String fileName,
boolean isTracked) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
setFactory(PrismFontFactory factory,
java.lang.ref.WeakReference<PrismFontFile> refKey) |
java.lang.String fileName
boolean isTracked
PrismFontFactory factory
java.lang.ref.WeakReference<PrismFontFile> refKey
public void setFactory(PrismFontFactory factory, java.lang.ref.WeakReference<PrismFontFile> refKey)
public void dispose()
dispose
in interface DisposerRecord