org.freehep.postscript
Class PSSimple

java.lang.Object
  extended by org.freehep.postscript.PSObject
      extended by org.freehep.postscript.PSSimple
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
PSBoolean, PSComment, PSDSC, PSFontID, PSGlyph, PSJavaFont, PSMark, PSName, PSNull, PSNumber, PSOperator, PSPaint

public abstract class PSSimple
extends PSObject

Objects for PostScript Processor, as defined in 3.3 Data Types and Objects

Version:
$Id: PSSimple.java 8951 2006-09-12 21:44:14Z duns $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.postscript.PSObject
name
 
Constructor Summary
PSSimple(String name, boolean literal)
           
 
Method Summary
 PSObject copy()
           
 
Methods inherited from class org.freehep.postscript.PSObject
checkAndExecute, clone, cvs, equals, error, execute, getType, hashCode, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PSSimple

public PSSimple(String name,
                boolean literal)
Method Detail

copy

public PSObject copy()
Specified by:
copy in class PSObject


Copyright © 2000-2006 FreeHEP. All Rights Reserved.