|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.image.FopImage.ImageInfo
public static class FopImage.ImageInfo
Image info class. Information loaded from analyser and passed to image object.
Field Summary | |
---|---|
Length |
alignmentAdjust
intrinsic alignment-adjust or null if there is none |
java.lang.Object |
data
implementation-specific data object (ex. a SVG DOM for SVG images) |
double |
dpiHorizontal
horizontal bitmap resolution (in dpi) |
double |
dpiVertical
vertical bitmap resolution (in dpi) |
int |
height
image height (in pixels) |
java.io.InputStream |
inputStream
InputStream to load the image from |
java.lang.String |
mimeType
MIME type of the image |
java.lang.String |
originalURI
Original URI the image was accessed with |
java.lang.String |
str
implementation-specific String (ex. the namespace for XML-based images) |
int |
width
image width (in pixels) |
Constructor Summary | |
---|---|
FopImage.ImageInfo()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.io.InputStream inputStream
public java.lang.String originalURI
public int width
public int height
public double dpiHorizontal
public double dpiVertical
public java.lang.Object data
public java.lang.String mimeType
public java.lang.String str
public Length alignmentAdjust
Constructor Detail |
---|
public FopImage.ImageInfo()
|
fop 0.94 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |