|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.ps.PsFontId
public class PsFontId
Class representing a PostScript fontID object. The PLRM2 is pretty vague about what this is.
Constructor Summary | |
---|---|
PsFontId()
Constructor. |
Method Summary | |
---|---|
PsFontId |
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 PsFontId()
Method Detail |
---|
public PsFontId duplicate()
PsObject
duplicate
in interface PsObject
public boolean isExecutable()
PsObject
isExecutable
in interface PsObject
public boolean isComparable(PsObject object)
PsObject
isComparable
in interface PsObject
object
- The object that should be tested for comparability.
this
is comparable to object
,
false otherwise.public PsName getTypeName()
PsObject
getTypeName
in interface PsObject
public boolean isComposite()
PsObject
isComposite
in interface PsObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |