org.apache.fop.image

Class FopImage.ImageInfo

Enclosing Class:
FopImage

public static class FopImage.ImageInfo
extends java.lang.Object

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
Object
data
implementation-specific data object (ex.
double
dpiHorizontal
horizontal bitmap resolution (in dpi)
double
dpiVertical
vertical bitmap resolution (in dpi)
int
height
image height (in pixels)
InputStream
inputStream
InputStream to load the image from
String
mimeType
MIME type of the image
String
originalURI
Original URI the image was accessed with
String
str
implementation-specific String (ex.
int
width
image width (in pixels)

Field Details

alignmentAdjust

public Length alignmentAdjust
intrinsic alignment-adjust or null if there is none

data

public Object data
implementation-specific data object (ex. a SVG DOM for SVG images)

dpiHorizontal

public double dpiHorizontal
horizontal bitmap resolution (in dpi)

dpiVertical

public double dpiVertical
vertical bitmap resolution (in dpi)

height

public int height
image height (in pixels)

inputStream

public InputStream inputStream
InputStream to load the image from

mimeType

public String mimeType
MIME type of the image

originalURI

public String originalURI
Original URI the image was accessed with

str

public String str
implementation-specific String (ex. the namespace for XML-based images)

width

public int width
image width (in pixels)

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.