fop 0.93

org.apache.fop.image
Class XMLImage

java.lang.Object
  extended byorg.apache.fop.image.AbstractFopImage
      extended byorg.apache.fop.image.XMLImage
All Implemented Interfaces:
FopImage

public class XMLImage
extends AbstractFopImage

This is an implementation for XML-based images such as SVG.

See Also:
AbstractFopImage, FopImage

Nested Class Summary
 
Nested classes inherited from class org.apache.fop.image.FopImage
FopImage.ImageInfo
 
Field Summary
 
Fields inherited from class org.apache.fop.image.AbstractFopImage
bitmaps, bitsPerPixel, colorSpace, dpiHorizontal, dpiVertical, height, imageInfo, inputStream, invertImage, isTransparent, loaded, log, raw, transparentColor, width
 
Fields inherited from interface org.apache.fop.image.FopImage
BITMAP, DIMENSIONS, ORIGINAL_DATA
 
Constructor Summary
XMLImage(FopImage.ImageInfo imgInfo)
           
 
Method Summary
 org.w3c.dom.Document getDocument()
          Returns the XML document as a DOM document.
 java.lang.String getNameSpace()
          Returns the namespace of the XML document.
static java.lang.String getParserName()
          Returns the fully qualified classname of an XML parser for Batik classes that apparently need it (error messages, perhaps)
 
Methods inherited from class org.apache.fop.image.AbstractFopImage
getBitmaps, getBitmapsSize, getBitsPerPixel, getColorSpace, getHeight, getHorizontalResolution, getICCProfile, getIntrinsicHeight, getIntrinsicWidth, getMimeType, getOriginalURI, getRessourceBytes, getRessourceBytesSize, getSoftMask, getTransparentColor, getVerticalResolution, getWidth, hasSoftMask, isInverted, isTransparent, load, loadBitmap, loadDefaultOriginalData, loadDimensions, loadOriginalData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLImage

public XMLImage(FopImage.ImageInfo imgInfo)
See Also:
AbstractFopImage.AbstractFopImage(FopImage.ImageInfo)
Method Detail

getParserName

public static java.lang.String getParserName()
Returns the fully qualified classname of an XML parser for Batik classes that apparently need it (error messages, perhaps)

Returns:
an XML parser classname

getDocument

public org.w3c.dom.Document getDocument()
Returns the XML document as a DOM document.

Returns:
the DOM document

getNameSpace

public java.lang.String getNameSpace()
Returns the namespace of the XML document.

Returns:
the namespace

fop 0.93

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