com.etymon.pj.object.pagemark
Class Xd1
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.Xd1
- All Implemented Interfaces:
- java.lang.Cloneable
public class Xd1
- extends PageMarkOperator
Type 3 font operator: d1.
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_wx
private PjNumber _wx
_wy
private PjNumber _wy
_llx
private PjNumber _llx
_lly
private PjNumber _lly
_urx
private PjNumber _urx
_ury
private PjNumber _ury
Xd1
public Xd1(PjNumber wx,
PjNumber wy,
PjNumber llx,
PjNumber lly,
PjNumber urx,
PjNumber ury)
getWX
public PjNumber getWX()
getWY
public PjNumber getWY()
getLLX
public PjNumber getLLX()
getLLY
public PjNumber getLLY()
getURX
public PjNumber getURX()
getURY
public PjNumber getURY()
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()
- Returns a deep copy of this object.
- Specified by:
clone
in class BaseObject
- Returns:
- a deep copy of this object.
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object