com.etymon.pj.object.pagemark
Class Xre

java.lang.Object
  extended by com.etymon.pj.object.BaseObject
      extended by com.etymon.pj.object.pagemark.PageMark
          extended by com.etymon.pj.object.pagemark.PageMarkOperator
              extended by com.etymon.pj.object.pagemark.Xre
All Implemented Interfaces:
java.lang.Cloneable

public class Xre
extends PageMarkOperator

Path operator: re.


Field Summary
private  PjNumber _height
           
private  PjNumber _width
           
private  PjNumber _x
           
private  PjNumber _y
           
 
Constructor Summary
Xre(PjNumber x, PjNumber y, PjNumber width, PjNumber height)
           
 
Method Summary
 java.lang.Object clone()
          Returns a deep copy of this object.
 boolean equals(java.lang.Object obj)
           
 PjNumber getHeight()
           
 PjNumber getWidth()
           
 PjNumber getX()
           
 PjNumber getY()
           
 long writePdf(java.io.OutputStream os)
          Writes this object to a file in PDF format.
 
Methods inherited from class com.etymon.pj.object.BaseObject
toString, write, write, write, writeln
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_x

private PjNumber _x

_y

private PjNumber _y

_width

private PjNumber _width

_height

private PjNumber _height
Constructor Detail

Xre

public Xre(PjNumber x,
           PjNumber y,
           PjNumber width,
           PjNumber height)
Method Detail

getX

public PjNumber getX()

getY

public PjNumber getY()

getWidth

public PjNumber getWidth()

getHeight

public PjNumber getHeight()

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