public class PSImageFormResource
extends org.apache.xmlgraphics.ps.PSResource
Constructor and Description |
---|
PSImageFormResource(int id,
String uri)
Create a new Form Resource.
|
PSImageFormResource(String name,
String uri)
/**
Create a new Form Resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getImageURI()
Returns the image URI.
|
int |
hashCode() |
public PSImageFormResource(int id, String uri)
id
- An ID for the formuri
- the URI to the imagepublic String getImageURI()
public int hashCode()
hashCode
in class org.apache.xmlgraphics.ps.PSResource
public boolean equals(Object obj)
equals
in class org.apache.xmlgraphics.ps.PSResource
Copyright © 2025 Apache Software Foundation. All rights reserved.