fop 0.93

org.apache.fop.image
Class FopImage.ImageInfo

java.lang.Object
  extended byorg.apache.fop.image.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
 java.lang.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)
 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.
 int width
          image width (in pixels)
 
Constructor Summary
FopImage.ImageInfo()
           
 
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)

Constructor Detail

FopImage.ImageInfo

public FopImage.ImageInfo()

fop 0.93

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