com.etymon.pj.object.pagemark
Class Xv
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.Xv
- All Implemented Interfaces:
- java.lang.Cloneable
public class Xv
- extends PageMarkOperator
Path operator: v.
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_x2
private PjNumber _x2
_y2
private PjNumber _y2
_x3
private PjNumber _x3
_y3
private PjNumber _y3
Xv
public Xv(PjNumber x2,
PjNumber y2,
PjNumber x3,
PjNumber y3)
getX2
public PjNumber getX2()
getY2
public PjNumber getY2()
getX3
public PjNumber getX3()
getY3
public PjNumber getY3()
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