org.apache.batik.ext.awt.image.spi
Class ImageWriterRegistry
java.lang.Object
org.apache.batik.ext.awt.image.spi.ImageWriterRegistry
public class ImageWriterRegistry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static ImageWriterRegistry getInstance()
register
public void register(ImageWriter writer)
getWriterFor
public ImageWriter getWriterFor(String mime)
- get the ImageWriter registered for mime, or null.
- Parameters:
mime
- used for lookup
- Returns:
- the registered ImageWriter (maybe null)
Copyright © 2008 Apache Software Foundation. All Rights Reserved.