|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.image.loader.impl.AbstractImage
org.apache.xmlgraphics.image.loader.impl.ImageRawStream
org.apache.xmlgraphics.image.loader.impl.ImageRawEPS
public class ImageRawEPS
This class is an implementation of the Image interface exposing EPS file. It provides an InputStream to access the EPS content and the decoded high-res bounding box.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.xmlgraphics.image.loader.impl.ImageRawStream |
---|
ImageRawStream.InputStreamFactory |
Constructor Summary | |
---|---|
ImageRawEPS(ImageInfo info,
java.io.InputStream in)
Main constructor. |
Method Summary | |
---|---|
java.awt.geom.Rectangle2D |
getBoundingBox()
Returns the bounding box of the EPS image. |
Methods inherited from class org.apache.xmlgraphics.image.loader.impl.ImageRawStream |
---|
createInputStream, getFlavor, isCacheable, setInputStreamFactory, writeTo, writeTo |
Methods inherited from class org.apache.xmlgraphics.image.loader.impl.AbstractImage |
---|
getColorSpace, getICCProfile, getInfo, getSize, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImageRawEPS(ImageInfo info, java.io.InputStream in)
info
- the image info objectin
- the InputStream with the raw contentMethod Detail |
---|
public java.awt.geom.Rectangle2D getBoundingBox()
|
xmlgraphics-commons 1.3.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |