|
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.objects.PdfObjectWrapper<PdfStream> org.pdfclown.documents.contents.xObjects.XObject
@PDF(value=PDF10) public abstract class XObject
External graphics object whose contents are defined by a self-contained content stream, separate from the content stream in which it is used [PDF:1.6:4.7].
Constructor Summary | |
---|---|
protected |
XObject(Document context)
Creates a new external object inside the document. |
protected |
XObject(Document context,
PdfStream baseDataObject)
Creates a new external object inside the document. |
protected |
XObject(PdfDirectObject baseObject)
Instantiates an existing external object. |
Method Summary | |
---|---|
LayerEntity |
getLayer()
Gets the layer entity associated to this object. |
abstract AffineTransform |
getMatrix()
Gets the mapping from external-object space to user space. |
abstract Dimension2D |
getSize()
Gets the external object size. |
void |
setLayer(LayerEntity value)
|
abstract void |
setMatrix(AffineTransform value)
|
abstract void |
setSize(Dimension2D value)
|
static XObject |
wrap(PdfDirectObject baseObject)
Wraps an external object reference into an external object. |
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, clone, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected XObject(Document context)
protected XObject(Document context, PdfStream baseDataObject)
protected XObject(PdfDirectObject baseObject)
Method Detail |
---|
public static XObject wrap(PdfDirectObject baseObject)
baseObject
- External object base object.
public abstract AffineTransform getMatrix()
public abstract Dimension2D getSize()
public abstract void setMatrix(AffineTransform value)
getMatrix()
public abstract void setSize(Dimension2D value)
getSize()
@PDF(value=PDF15) public LayerEntity getLayer()
ILayerable
getLayer
in interface ILayerable
public void setLayer(LayerEntity value)
setLayer
in interface ILayerable
ILayerable.getLayer()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |