|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.foray.ps.PsMark
public class PsMark
Class representing a PostScript "mark" object.
| Constructor Summary | |
|---|---|
PsMark()
Constructor. |
|
| Method Summary | |
|---|---|
PsMark |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PsMark()
| Method Detail |
|---|
public PsMark duplicate()
PsObject
duplicate in interface PsObjectpublic boolean isExecutable()
PsObject
isExecutable in interface PsObjectpublic boolean isComparable(PsObject object)
PsObject
isComparable in interface PsObjectobject - The object that should be tested for comparability.
this is comparable to object,
false otherwise.public PsName getTypeName()
PsObject
getTypeName in interface PsObjectpublic boolean isComposite()
PsObject
isComposite in interface PsObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||