com.etymon.pj.object.pagemark
Class Xd
java.lang.Object
com.etymon.pj.object.BaseObject
com.etymon.pj.object.pagemark.PageMark
com.etymon.pj.object.pagemark.PageMarkOperator
com.etymon.pj.object.pagemark.Xd
- All Implemented Interfaces:
- java.lang.Cloneable
public class Xd
- extends PageMarkOperator
Graphics operator: d.
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_array
private PjArray _array
_phase
private PjNumber _phase
Xd
public Xd(PjArray array,
PjNumber phase)
getArray
public PjArray getArray()
getPhase
public PjNumber getPhase()
writePdf
public long writePdf(java.io.OutputStream os)
throws java.io.IOException
- Description copied from class:
BaseObject
- Writes this object to a file in PDF format.
- Specified by:
writePdf
in class BaseObject
- Returns:
- the number of bytes written.
- Throws:
java.io.IOException
- if an I/O error occurs.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Returns a deep copy of this object.
- Specified by:
clone
in class BaseObject
- Returns:
- a deep copy of this object.
- Throws:
java.lang.CloneNotSupportedException
- if the instance can not be cloned.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object