org.foray.ps
Class PsObjectComposite
java.lang.Object
org.foray.ps.PsObjectComposite
- All Implemented Interfaces:
- PsObject
- Direct Known Subclasses:
- PsArray, PsArrayExecuting, PsDictionary, PsFile, PsGraphicsState, PsString
public abstract class PsObjectComposite
- extends Object
- implements PsObject
A PostScript composite object.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PsObjectComposite
public PsObjectComposite()
setAccess
public void setAccess(PsInterpreter4a interpreter,
PsAccess accessLevel)
throws PsInterpreterException4a
- Sets the access level for this object.
- Parameters:
interpreter
- The parent interpreter.accessLevel
- The new access level.
- Throws:
PsInterpreterException4a
- If a PostScript typecheck error is thrown because
the access level cannot be changed on this object.
getAccess
public PsAccess getAccess()
- Returns the access settings on this object.
- Returns:
- The access settings on this object.
Copyright © 2017. All rights reserved.