|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.apache.fop.render.ps.PSDictionary
This class is used to encapsulate postscript dictionary objects.
Constructor Summary | |
PSDictionary()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
static PSDictionary |
valueOf(java.lang.String str)
Parses a given a dictionary string and returns an object |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PSDictionary()
Method Detail |
public static PSDictionary valueOf(java.lang.String str) throws PSDictionaryFormatException
str
- dictionary string
PSDictionaryFormatException
- object format exceptionpublic boolean equals(java.lang.Object obj)
obj
- object to test equality against
Object.equals(Object)
public int hashCode()
Object.hashCode()
public java.lang.String toString()
String.toString()
|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |