|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.freehep.postscript.PSObject org.freehep.postscript.PSComposite org.freehep.postscript.PSDictionary org.freehep.postscript.PSFontDictionary
public class PSFontDictionary
Quasi Type 1 Font mapping Java Fonts to PostScript ones. This object is never casted to.
Field Summary |
---|
Fields inherited from class org.freehep.postscript.PSDictionary |
---|
table |
Fields inherited from class org.freehep.postscript.PSComposite |
---|
access, EXECUTE_ONLY, NONE, READ_ONLY, UNLIMITED |
Fields inherited from class org.freehep.postscript.PSObject |
---|
name |
Constructor Summary | |
---|---|
|
PSFontDictionary(Font font,
String encodingTable)
|
protected |
PSFontDictionary(Hashtable t)
|
Method Summary | |
---|---|
Object |
clone()
|
String |
getType()
|
String |
toString()
|
Methods inherited from class org.freehep.postscript.PSDictionary |
---|
capacity, copy, copyInto, cvs, dumpKeys, equals, execute, forAll, get, get, getBoolean, getDictionary, getInteger, getNumber, getPackedArray, getReal, getString, hashCode, keys, put, put, put, put, put, put, put, remove, remove, size |
Methods inherited from class org.freehep.postscript.PSComposite |
---|
accessExecute, accessRead, accessWrite, changeAccess |
Methods inherited from class org.freehep.postscript.PSObject |
---|
checkAndExecute, error, isExecutable, isLiteral, setExecutable, setLiteral, setName, toPrint |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected PSFontDictionary(Hashtable t)
public PSFontDictionary(Font font, String encodingTable)
Method Detail |
---|
public String getType()
getType
in class PSDictionary
public Object clone()
clone
in class PSDictionary
public String toString()
toString
in class PSDictionary
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |