org.freehep.postscript.types
Class PSComposite
java.lang.Object
  
org.freehep.postscript.types.PSObject
      
org.freehep.postscript.types.PSComposite
- All Implemented Interfaces: 
 - Cloneable
 
- Direct Known Subclasses: 
 - PSDictionary, PSFile, PSGState, PSPackedArray, PSSave, PSString
 
public abstract class PSComposite
- 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 | 
log, name | 
 
 
 
| Methods inherited from class org.freehep.postscript.types.PSObject | 
checkAndExecute, clone, copy, cvs, equals, error, execute, getType, hashCode, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint, toString | 
 
 
UNLIMITED
public static final int UNLIMITED
- See Also:
 - Constant Field Values
 
READ_ONLY
public static final int READ_ONLY
- See Also:
 - Constant Field Values
 
EXECUTE_ONLY
public static final int EXECUTE_ONLY
- See Also:
 - Constant Field Values
 
NONE
public static final int NONE
- See Also:
 - Constant Field Values
 
PSComposite
public PSComposite(String name,
                   boolean literal,
                   int access)
PSComposite
public PSComposite(String name,
                   boolean literal)
accessWrite
public boolean accessWrite()
 
accessRead
public boolean accessRead()
 
accessExecute
public boolean accessExecute()
 
changeAccess
public boolean changeAccess(int newAccess)
 
Copyright © 2001-2009 FreeHEP. All Rights Reserved.