|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PsObject
Interface for all PostScript objects.
Method Summary | |
---|---|
PsObject |
duplicate()
This is a shallow copy. |
PsName |
getTypeName()
Needed for the "type" operator. |
boolean |
isComparable(PsObject object)
Test the comparability of two PSObjects. |
boolean |
isComposite()
The method should be overridden by composite objects. |
boolean |
isExecutable()
Indicates whether this object is executable. |
Method Detail |
---|
PsObject duplicate()
boolean isComposite()
boolean isExecutable()
boolean isComparable(PsObject object)
object
- The object that should be tested for comparability.
this
is comparable to object
,
false otherwise.PsName getTypeName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |