public class PSImageFormResource
extends org.apache.xmlgraphics.ps.PSResource
Constructor and Description |
---|
PSImageFormResource(int id,
java.lang.String uri)
Create a new Form Resource.
|
PSImageFormResource(java.lang.String name,
java.lang.String uri)
/**
Create a new Form Resource.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getImageURI()
Returns the image URI.
|
public PSImageFormResource(int id, java.lang.String uri)
id
- An ID for the formuri
- the URI to the imagepublic PSImageFormResource(java.lang.String name, java.lang.String uri)
name
- the name of the resourceuri
- the URI to the imageCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.