public class Xd extends PageMarkOperator
| Modifier and Type | Field and Description |
|---|---|
private PjArray |
_array |
private PjNumber |
_phase |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Returns a deep copy of this object.
|
boolean |
equals(java.lang.Object obj) |
PjArray |
getArray() |
PjNumber |
getPhase() |
long |
writePdf(java.io.OutputStream os)
Writes this object to a file in PDF format.
|
public PjArray getArray()
public PjNumber getPhase()
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()
throws java.lang.CloneNotSupportedException
clone in class BaseObjectjava.lang.CloneNotSupportedException - if the instance can not be cloned.public boolean equals(java.lang.Object obj)
equals in class java.lang.Object