Package com.openhtmltopdf.objects.pdf
Class PdfDrawerBase.PDFBoxDeviceReference
- java.lang.Object
-
- java.lang.ref.Reference<T>
-
- java.lang.ref.WeakReference<PdfBoxOutputDevice>
-
- com.openhtmltopdf.objects.pdf.PdfDrawerBase.PDFBoxDeviceReference
-
- Enclosing class:
- PdfDrawerBase
private static class PdfDrawerBase.PDFBoxDeviceReference extends java.lang.ref.WeakReference<PdfBoxOutputDevice>
-
-
Constructor Summary
Constructors Constructor Description PDFBoxDeviceReference(PdfBoxOutputDevice referent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
-
-
-
Constructor Detail
-
PDFBoxDeviceReference
PDFBoxDeviceReference(PdfBoxOutputDevice referent)
-
-