com.etymon.pj.object.pagemark
Class Xsc
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.Xsc
- All Implemented Interfaces:
- java.lang.Cloneable
public class Xsc
- extends PageMarkOperator
Color operator: sc.
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_c1
private PjNumber _c1
_c2
private PjNumber _c2
_c3
private PjNumber _c3
_c4
private PjNumber _c4
_opcount
private int _opcount
Xsc
public Xsc(PjNumber c1,
PjNumber c2,
PjNumber c3,
PjNumber c4)
Xsc
public Xsc(PjNumber c1,
PjNumber c2,
PjNumber c3)
getC1
public PjNumber getC1()
getC2
public PjNumber getC2()
getC3
public PjNumber getC3()
getC4
public PjNumber getC4()
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