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