|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.documents.contents.objects.ContentObject org.pdfclown.documents.contents.objects.Operation org.pdfclown.documents.contents.objects.PaintXObject
@PDF(value=PDF10) public final class PaintXObject
'Paint the specified XObject' operation [PDF:1.6:4.7].
Field Summary | |
---|---|
static String |
Operator
|
Fields inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
operands, operator |
Constructor Summary | |
---|---|
PaintXObject(List<PdfDirectObject> operands)
|
|
PaintXObject(PdfName name)
|
Method Summary | |
---|---|
PdfName |
getName()
Gets the resource name. |
XObject |
getResource(IContentContext context)
Gets the referenced resource. |
ContentScanner |
getScanner(ContentScanner context)
Gets the scanner for the contents of the painted external object. |
XObject |
getXObject(IContentContext context)
Gets the external object resource to be painted. |
void |
setName(PdfName value)
|
Methods inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
get, getOperands, getOperator, toString, writeTo |
Methods inherited from class org.pdfclown.documents.contents.objects.ContentObject |
---|
scan |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String Operator
Constructor Detail |
---|
public PaintXObject(PdfName name)
public PaintXObject(List<PdfDirectObject> operands)
Method Detail |
---|
public ContentScanner getScanner(ContentScanner context)
context
- Scanning context.public XObject getXObject(IContentContext context)
external object
resource to be painted.
context
- Content context.public PdfName getName()
IResourceReference
getName
in interface IResourceReference<XObject>
IResourceReference.getResource(IContentContext)
,
Resources
public XObject getResource(IContentContext context)
IResourceReference
Whether a resource name
is available or not, it can be respectively either
shared or private.
getResource
in interface IResourceReference<XObject>
context
- Content context.public void setName(PdfName value)
setName
in interface IResourceReference<XObject>
IResourceReference.getName()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |