|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfStream>
it.stefanochizzolini.clown.documents.contents.xObjects.XObject
public abstract class XObject
Abstract external object [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 | |
|---|---|
abstract double[] |
getMatrix()
Gets the mapping from external-object space to user space. |
abstract Dimension2D |
getSize()
Gets the external object size. |
abstract void |
setSize(Dimension2D value)
Sets the external object size. |
static XObject |
wrap(PdfReference reference)
Wraps an external object reference into an external object. |
| Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper |
|---|
clone, delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, 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(PdfReference reference)
reference - Reference to an external object.
public abstract double[] getMatrix()
public abstract Dimension2D getSize()
public abstract void setSize(Dimension2D value)
|
PDF Clown 0.0.8 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||