com.lowagie.text.pdf
Interface PdfResource

All Known Implementing Classes:
PdfColorDictionary, PdfFontDictionary, PdfPatternDictionary, PdfProcSet, PdfShadingDictionary, PdfXObjectDictionary

interface PdfResource

The PdfResource-interface has to be implemented by every PDF resource.

See Also:
PdfResources, PdfProcSet, PdfFontDictionary

Method Summary
 PdfName key()
          Returns the name of a resource.
 PdfObject value()
          Returns the object that represents the resource.
 

Method Detail

key

public PdfName key()
Returns the name of a resource.

Returns:
a PdfName.

value

public PdfObject value()
Returns the object that represents the resource.

Returns:
a PdfObject