org.apache.fop.render.ps
Class PSImageFormResource
PSResource
org.apache.fop.render.ps.PSImageFormResource
public class PSImageFormResource
extends PSResource
PostScript Resource class representing a FOP form. This is used by PSRenderer to keep track
of images.
PSImageFormResource
public PSImageFormResource(String name,
String uri)
/**
Create a new Form Resource.
name
- the name of the resourceuri
- the URI to the image
PSImageFormResource
public PSImageFormResource(int id,
String uri)
Create a new Form Resource.
id
- An ID for the formuri
- the URI to the image
getImageURI
public String getImageURI()
Returns the image URI.
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.