|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.imageio.spi.IIOServiceProvider
javax.imageio.spi.ImageReaderWriterSpi
javax.imageio.spi.ImageWriterSpi
org.geotools.image.io.StreamImageWriter.Spi
org.geotools.image.io.text.TextImageWriter.Spi
org.geotools.image.io.text.TextMatrixImageWriter.Spi
public static class TextMatrixImageWriter.Spi
Service provider interface (SPI) for TextMatrixImageWriter
s.
Field Summary |
---|
Fields inherited from class org.geotools.image.io.text.TextImageWriter.Spi |
---|
charset, lineSeparator, locale |
Fields inherited from class javax.imageio.spi.ImageWriterSpi |
---|
outputTypes, readerSpiNames, STANDARD_OUTPUT_TYPE |
Fields inherited from class javax.imageio.spi.ImageReaderWriterSpi |
---|
extraImageMetadataFormatClassNames, extraImageMetadataFormatNames, extraStreamMetadataFormatClassNames, extraStreamMetadataFormatNames, MIMETypes, names, nativeImageMetadataFormatClassName, nativeImageMetadataFormatName, nativeStreamMetadataFormatClassName, nativeStreamMetadataFormatName, pluginClassName, suffixes, supportsStandardImageMetadataFormat, supportsStandardStreamMetadataFormat |
Fields inherited from class javax.imageio.spi.IIOServiceProvider |
---|
vendorName, version |
Constructor Summary | |
---|---|
TextMatrixImageWriter.Spi()
Constructs a default TextMatrixImageWriter.Spi . |
Method Summary | |
---|---|
javax.imageio.ImageWriter |
createWriterInstance(java.lang.Object extension)
Returns an instance of the ImageWriter implementation associated
with this service provider. |
java.lang.String |
getDescription(java.util.Locale locale)
Returns a brief, human-readable description of this service provider and its associated implementation. |
Methods inherited from class org.geotools.image.io.StreamImageWriter.Spi |
---|
canEncodeImage |
Methods inherited from class javax.imageio.spi.ImageWriterSpi |
---|
canEncodeImage, createWriterInstance, getImageReaderSpiNames, getOutputTypes, isFormatLossless, isOwnWriter |
Methods inherited from class javax.imageio.spi.ImageReaderWriterSpi |
---|
getExtraImageMetadataFormatNames, getExtraStreamMetadataFormatNames, getFileSuffixes, getFormatNames, getImageMetadataFormat, getMIMETypes, getNativeImageMetadataFormatName, getNativeStreamMetadataFormatName, getPluginClassName, getStreamMetadataFormat, isStandardImageMetadataFormatSupported, isStandardStreamMetadataFormatSupported |
Methods inherited from class javax.imageio.spi.IIOServiceProvider |
---|
getVendorName, getVersion, onDeregistration, onRegistration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextMatrixImageWriter.Spi()
TextMatrixImageWriter.Spi
. This constructor
provides the following defaults in addition to the defaults defined in the
super-class constructor:
ImageReaderWriterSpi.names
= "matrix"
ImageReaderWriterSpi.MIMETypes
= "text/x-matrix"
ImageReaderWriterSpi.pluginClassName
= "org.geotools.image.io.text.TextMatrixImageWriter"
IIOServiceProvider.vendorName
= "Geotools"
Method Detail |
---|
public java.lang.String getDescription(java.util.Locale locale)
getDescription
in class javax.imageio.spi.IIOServiceProvider
locale
- A Locale for which the return value should be localized.
public javax.imageio.ImageWriter createWriterInstance(java.lang.Object extension) throws java.io.IOException
ImageWriter
implementation associated
with this service provider.
createWriterInstance
in class javax.imageio.spi.ImageWriterSpi
extension
- An optional extension object, which may be null.
java.io.IOException
- if the attempt to instantiate the writer fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |