org.apache.fop.render.ps
Class PSDictionary
java.util.HashMap
org.apache.fop.render.ps.PSDictionary
public class PSDictionary
extends java.util.HashMap
This class is used to encapsulate postscript dictionary objects.
equals
public boolean equals(Object obj)
obj
- object to test equality against
- whether a given object is equal to this dictionary object
java.lang.Object.equals(Object)
hashCode
public int hashCode()
- a hash code value for this object.
java.lang.Object.hashCode()
toString
public String toString()
- a string representation of this dictionary
java.lang.String.toString()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.