net.sourceforge.jeuclid.xmlgraphics
Class ImageLoaderFactoryMathML

java.lang.Object
  extended by org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
      extended by net.sourceforge.jeuclid.xmlgraphics.ImageLoaderFactoryMathML
All Implemented Interfaces:
org.apache.xmlgraphics.image.loader.spi.ImageLoaderFactory

public class ImageLoaderFactoryMathML
extends org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory

Version:
$Revision: cca61eec2241 $

Constructor Summary
ImageLoaderFactoryMathML()
          Default Constructor.
 
Method Summary
 org.apache.xmlgraphics.image.loader.ImageFlavor[] getSupportedFlavors(String mime)
          
 String[] getSupportedMIMETypes()
          
 int getUsagePenalty(String mime, org.apache.xmlgraphics.image.loader.ImageFlavor flavor)
          
 boolean isAvailable()
          
 org.apache.xmlgraphics.image.loader.spi.ImageLoader newImageLoader(org.apache.xmlgraphics.image.loader.ImageFlavor targetFlavor)
          
 
Methods inherited from class org.apache.xmlgraphics.image.loader.impl.AbstractImageLoaderFactory
isSupported
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageLoaderFactoryMathML

public ImageLoaderFactoryMathML()
Default Constructor.

Method Detail

getSupportedMIMETypes

public String[] getSupportedMIMETypes()


getSupportedFlavors

public org.apache.xmlgraphics.image.loader.ImageFlavor[] getSupportedFlavors(String mime)


newImageLoader

public org.apache.xmlgraphics.image.loader.spi.ImageLoader newImageLoader(org.apache.xmlgraphics.image.loader.ImageFlavor targetFlavor)


getUsagePenalty

public int getUsagePenalty(String mime,
                           org.apache.xmlgraphics.image.loader.ImageFlavor flavor)


isAvailable

public boolean isAvailable()



Copyright © 2002-2010 The JEuclid project. All Rights Reserved.