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 |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getImageURI()
Returns the image URI.
|
int |
hashCode() |
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 imagepublic java.lang.String getImageURI()
public int hashCode()
hashCode
in class org.apache.xmlgraphics.ps.PSResource
public boolean equals(java.lang.Object obj)
equals
in class org.apache.xmlgraphics.ps.PSResource
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.