|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.docmosis.template.population.ImageSupplierInfo
public class ImageSupplierInfo
Information about the supply of an image.
ImageSupplier
,
RenderRequest
Constructor Summary | |
---|---|
ImageSupplierInfo(boolean imageSupplied,
InputStream imageStream)
Create a new set of details about the image supplied |
Method Summary | |
---|---|
InputStream |
getImageStream()
Get the input stream of the image. |
boolean |
isImageSupplied()
Determine if the image is supplied. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageSupplierInfo(boolean imageSupplied, InputStream imageStream)
imageSupplied
- if false, other suppliers can be asked to supply the imageimageStream
- the stream for the image (may be null)Method Detail |
---|
public boolean isImageSupplied()
public InputStream getImageStream()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |