org.apache.fop.image
Class XMLImage
- FopImage
This is an implementation for XML-based images such as SVG.
bitmaps , bitsPerPixel , colorSpace , dpiHorizontal , dpiVertical , height , imageInfo , inputStream , invertImage , isTransparent , loaded , log , raw , transparentColor , width |
Document | getDocument() - Returns the XML document as a DOM document.
|
String | getNameSpace() - Returns the namespace of the XML document.
|
static String | getParserName() - Returns the fully qualified classname of an XML parser for
Batik classes that apparently need it (error messages, perhaps)
|
getBitmaps , getBitmapsSize , getBitsPerPixel , getColorSpace , getHeight , getHorizontalResolution , getICCProfile , getIntrinsicAlignmentAdjust , getIntrinsicHeight , getIntrinsicWidth , getMimeType , getOriginalURI , getRessourceBytes , getRessourceBytesSize , getSoftMask , getTransparentColor , getVerticalResolution , getWidth , hasSoftMask , isInverted , isTransparent , load , loadBitmap , loadDefaultOriginalData , loadDimensions , loadOriginalData |
getDocument
public Document getDocument()
Returns the XML document as a DOM document.
getNameSpace
public String getNameSpace()
Returns the namespace of the XML document.
getParserName
public static String getParserName()
Returns the fully qualified classname of an XML parser for
Batik classes that apparently need it (error messages, perhaps)
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.