|
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
public class PSDictionary
This class is used to encapsulate postscript dictionary objects.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry, java.util.AbstractMap.SimpleImmutableEntry |
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)
equals
in interface java.util.Map
equals
in class java.util.AbstractMap
obj
- object to test equality against
Object.equals(Object)
public int hashCode()
hashCode
in interface java.util.Map
hashCode
in class java.util.AbstractMap
Object.hashCode()
public java.lang.String toString()
toString
in class java.util.AbstractMap
String.toString()
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |