|
xmlgraphics-commons 2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.apache.xmlgraphics.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<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| 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 - thrown in the event that a parsing error occurredpublic boolean equals(java.lang.Object obj)
equals in interface java.util.Mapequals in class java.util.AbstractMapobj - object to test equality against
Object.equals(Object)public int hashCode()
hashCode in interface java.util.MaphashCode in class java.util.AbstractMappublic java.lang.String toString()
toString in class java.util.AbstractMap
|
xmlgraphics-commons 2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||