public class XXSC extends PageMarkOperator
Modifier and Type | Field and Description |
---|---|
private PjNumber |
_c1 |
private PjNumber |
_c2 |
private PjNumber |
_c3 |
private PjNumber |
_c4 |
private int |
_opcount |
Constructor and Description |
---|
XXSC(PjNumber c1,
PjNumber c2,
PjNumber c3) |
XXSC(PjNumber c1,
PjNumber c2,
PjNumber c3,
PjNumber c4) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a deep copy of this object.
|
boolean |
equals(java.lang.Object obj) |
PjNumber |
getC1() |
PjNumber |
getC2() |
PjNumber |
getC3() |
PjNumber |
getC4() |
long |
writePdf(java.io.OutputStream os)
Writes this object to a file in PDF format.
|
private PjNumber _c1
private PjNumber _c2
private PjNumber _c3
private PjNumber _c4
private int _opcount
public PjNumber getC1()
public PjNumber getC2()
public PjNumber getC3()
public PjNumber getC4()
public long writePdf(java.io.OutputStream os) throws java.io.IOException
BaseObject
writePdf
in class BaseObject
java.io.IOException
- if an I/O error occurs.public java.lang.Object clone()
clone
in class BaseObject
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object