FreeHEP API
Version current

org.freehep.postscript
Class PSSimple

java.lang.Object
  extended byorg.freehep.postscript.PSObject
      extended byorg.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,v 1.2 2001/06/18 16:08:27 duns Exp $
Author:
Mark Donszelmann
Source Code:
PSSimple.java

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.