org.freehep.postscript.types
Class PSSave
java.lang.Object
org.freehep.postscript.types.PSObject
org.freehep.postscript.types.PSComposite
org.freehep.postscript.types.PSSave
- All Implemented Interfaces:
- Cloneable
public class PSSave
- extends PSComposite
Objects for PostScript Processor, as defined in 3.3 Data Types and Objects
- Version:
- $Id: src/main/java/org/freehep/postscript/PSSave.java 17245790f2a9
2006/09/12 21:44:14 duns $
- Author:
- Mark Donszelmann
Fields inherited from class org.freehep.postscript.types.PSObject |
log, name |
PSSave
public PSSave()
execute
public boolean execute(OperandStack os)
- Specified by:
execute
in class PSObject
getType
public String getType()
- Specified by:
getType
in class PSObject
hashCode
public int hashCode()
- Specified by:
hashCode
in class PSObject
equals
public boolean equals(Object o)
- Specified by:
equals
in class PSObject
clone
public Object clone()
throws CloneNotSupportedException
- Specified by:
clone
in class PSObject
- Throws:
CloneNotSupportedException
copy
public PSObject copy()
- Specified by:
copy
in class PSObject
cvs
public String cvs()
- Specified by:
cvs
in class PSObject
toString
public String toString()
- Overrides:
toString
in class PSObject
Copyright © 2001-2009 FreeHEP. All Rights Reserved.