public abstract class AbstractNamedWriter extends AbstractWriter implements NamedWriter
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String[] |
getOutputFormats()
Return a listing of MIME Media formats this NamedWriter is capable
of outputting.
|
boolean |
outputsFormat(String mediatype)
Returns true if the format produced by this writer matches the specified
media type
|
getDefaultWriterOptions, setDefaultWriterOptions, write, writeTo, writeTo, writeTo, writeTopublic String[] getOutputFormats()
NamedWritergetOutputFormats in interface NamedWriterpublic boolean outputsFormat(String mediatype)
NamedWriteroutputsFormat in interface NamedWriterCopyright © 2010 - 2020 Adobe. All Rights Reserved