public class XEI extends PageMarkOperator
| Modifier and Type | Field and Description |
|---|---|
private byte[] |
_imageData |
private PjDictionary |
_properties |
| Constructor and Description |
|---|
XEI(PjDictionary properties,
byte[] imageData) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a deep copy of this object.
|
boolean |
equals(java.lang.Object obj) |
byte[] |
getImageData() |
PjDictionary |
getProperties() |
long |
writePdf(java.io.OutputStream os)
Writes this object to a file in PDF format.
|
private PjDictionary _properties
private byte[] _imageData
public XEI(PjDictionary properties, byte[] imageData)
public PjDictionary getProperties()
public byte[] getImageData()
public long writePdf(java.io.OutputStream os)
throws java.io.IOException
BaseObjectwritePdf in class BaseObjectjava.io.IOException - if an I/O error occurs.public java.lang.Object clone()
clone in class BaseObjectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object