PDF Clown
0.1.2

org.pdfclown.documents.contents.objects
Interface IResourceReference<TResource extends PdfObjectWrapper<?>>

All Known Implementing Classes:
ApplyExtGState, BeginMarkedContent, ContentMarker, MarkedContentPoint, PaintShading, PaintXObject, SetFillColorSpace, SetFont, SetStrokeColorSpace, Shading, XObject

public interface IResourceReference<TResource extends PdfObjectWrapper<?>>

Resource reference.

Since:
0.1.1
Version:
0.1.1, 11/01/11
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Method Summary
 PdfName getName()
          Gets the resource name.
 TResource getResource(IContentContext context)
          Gets the referenced resource.
 void setName(PdfName value)
           
 

Method Detail

getName

PdfName getName()
Gets the resource name.

See Also:
getResource(IContentContext), Resources

getResource

TResource getResource(IContentContext context)
Gets the referenced resource.

Whether a resource name is available or not, it can be respectively either shared or private.

Parameters:
context - Content context.

setName

void setName(PdfName value)
See Also:
getName()

PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.