org.freehep.postscript.types
Class PSSimple
java.lang.Object
  
org.freehep.postscript.types.PSObject
      
org.freehep.postscript.types.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
- Author:
 
  - Mark Donszelmann
 
 
| Fields inherited from class org.freehep.postscript.types.PSObject | 
name | 
 
 
 
| Methods inherited from class org.freehep.postscript.types.PSObject | 
checkAndExecute, clone, cvs, equals, error, execute, getType, hashCode, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint, toString | 
 
 
log
protected Logger log
PSSimple
public PSSimple(String name,
                boolean literal)
copy
public PSObject copy()
- Specified by:
 copy in class PSObject
 
 
Copyright © 2001-2009 FreeHEP. All Rights Reserved.