fop 0.94

org.apache.fop.image
Class FopImage.ImageInfo

java.lang.Object
  extended by org.apache.fop.image.FopImage.ImageInfo
Enclosing interface:
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
 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

inputStream

public java.io.InputStream inputStream
InputStream to load the image from


originalURI

public java.lang.String originalURI
Original URI the image was accessed with


width

public int width
image width (in pixels)


height

public int height
image height (in pixels)


dpiHorizontal

public double dpiHorizontal
horizontal bitmap resolution (in dpi)


dpiVertical

public double dpiVertical
vertical bitmap resolution (in dpi)


data

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


mimeType

public java.lang.String mimeType
MIME type of the image


str

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


alignmentAdjust

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

Constructor Detail

FopImage.ImageInfo

public FopImage.ImageInfo()

fop 0.94

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