|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etymon.pj.object.BaseObject
com.etymon.pj.object.pagemark.PageMark
com.etymon.pj.object.pagemark.PageMarkOperator
com.etymon.pj.object.pagemark.Xgs
public class Xgs
Graphics operator: gs.
Field Summary | |
---|---|
private PjName |
_name
|
Constructor Summary | |
---|---|
Xgs(PjName name)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Returns a deep copy of this object. |
boolean |
equals(java.lang.Object obj)
|
PjName |
getName()
|
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 |
---|
private PjName _name
Constructor Detail |
---|
public Xgs(PjName name)
Method Detail |
---|
public PjName getName()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |