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
- Version:
- $Id: ImageWriterRegistry.java 1733416 2016-03-03 07:07:13Z gadams $
| 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 © 2000–2017 Apache Software Foundation. All rights reserved.