Package org.apache.fop.render.ps
Class PSImageFormResource
java.lang.Object
org.apache.xmlgraphics.ps.PSResource
org.apache.fop.render.ps.PSImageFormResource
- All Implemented Interfaces:
Comparable
public class PSImageFormResource
extends org.apache.xmlgraphics.ps.PSResource
PostScript Resource class representing a FOP form. This is used by PSRenderer to keep track
of images.
-
Field Summary
Fields inherited from class org.apache.xmlgraphics.ps.PSResource
TYPE_CIDFONT, TYPE_CMAP, TYPE_ENCODING, TYPE_FILE, TYPE_FONT, TYPE_FORM, TYPE_PATTERN, TYPE_PROCSET -
Constructor Summary
ConstructorsConstructorDescriptionPSImageFormResource(int id, String uri) Create a new Form Resource.PSImageFormResource(String name, String uri) /** Create a new Form Resource. -
Method Summary
Methods inherited from class org.apache.xmlgraphics.ps.PSResource
compareTo, getName, getResourceSpecification, getType, toString
-
Constructor Details
-
PSImageFormResource
Create a new Form Resource.- Parameters:
id- An ID for the formuri- the URI to the image
-
PSImageFormResource
/** Create a new Form Resource.- Parameters:
name- the name of the resourceuri- the URI to the image
-
-
Method Details
-
getImageURI
Returns the image URI.- Returns:
- the image URI
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.apache.xmlgraphics.ps.PSResource
-
equals
- Overrides:
equalsin classorg.apache.xmlgraphics.ps.PSResource
-