org.apache.fop.render.ps

Class PSImageFormResource


public class PSImageFormResource
extends PSResource

PostScript Resource class representing a FOP form. This is used by PSRenderer to keep track of images.

Constructor Summary

PSImageFormResource(String name, String uri)
/** Create a new Form Resource.
PSImageFormResource(int id, String uri)
Create a new Form Resource.

Method Summary

String
getImageURI()
Returns the image URI.

Constructor Details

PSImageFormResource

public PSImageFormResource(String name,
                           String uri)
/** Create a new Form Resource.
Parameters:
name - the name of the resource
uri - the URI to the image

PSImageFormResource

public PSImageFormResource(int id,
                           String uri)
Create a new Form Resource.
Parameters:
id - An ID for the form
uri - the URI to the image

Method Details

getImageURI

public String getImageURI()
Returns the image URI.
Returns:
the image URI

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.