|
|||||||||
| Home >> All >> javax >> imageio >> [ spi overview ] | PREV NEXT | ||||||||
A
- addConstraint(int, Object, Object) - Method in class javax.imageio.spi.ServiceRegistry
- Adds an ordering constraint on service providers.
C
- canDecodeInput(Object) - Method in class javax.imageio.spi.ImageReaderSpi
- canEncodeImage(ImageTypeSpecifier) - Method in class javax.imageio.spi.ImageWriterSpi
- canEncodeImage(RenderedImage) - Method in class javax.imageio.spi.ImageWriterSpi
- canUseCacheFile() - Method in class javax.imageio.spi.ImageInputStreamSpi
- Determines whether
ImageInputStreamscreated by this service provider benefit from using a cache file. - canUseCacheFile() - Method in class javax.imageio.spi.ImageOutputStreamSpi
- Determines whether
ImageOutputStreamscreated by this service provider benefit from using a cache file. - categories - Variable in class javax.imageio.spi.ServiceRegistry
- The service categories of this registry.
- constraints - Variable in class javax.imageio.spi.ServiceRegistry
- The ordring constaints for each service category, indexed by the
same index as the
ServiceRegistry.categories55 array. - contains(Object) - Method in class javax.imageio.spi.ServiceRegistry
- Determines whether a provider has been registered with this registry.
- createInputStreamInstance(Object, boolean, File) - Method in class javax.imageio.spi.ImageInputStreamSpi
- createInputStreamInstance(Object) - Method in class javax.imageio.spi.ImageInputStreamSpi
- createOutputStreamInstance(Object, boolean, File) - Method in class javax.imageio.spi.ImageOutputStreamSpi
- createOutputStreamInstance(Object) - Method in class javax.imageio.spi.ImageOutputStreamSpi
- createReaderInstance() - Method in class javax.imageio.spi.ImageReaderSpi
- createReaderInstance(Object) - Method in class javax.imageio.spi.ImageReaderSpi
- createTranscoderInstance() - Method in class javax.imageio.spi.ImageTranscoderSpi
- createWriterInstance() - Method in class javax.imageio.spi.ImageWriterSpi
- createWriterInstance(Object) - Method in class javax.imageio.spi.ImageWriterSpi
D
- defaultCategories - Static variable in class javax.imageio.spi.IIORegistry
- deregisterAll(Class) - Method in class javax.imageio.spi.ServiceRegistry
- De-registers all providers which have been registered for the specified service category.
- deregisterAll() - Method in class javax.imageio.spi.ServiceRegistry
- De-registers all service providers.
- deregisterServiceProvider(Object, int) - Method in class javax.imageio.spi.ServiceRegistry
- De-registers a provider for a service category which is specified by the class-internal category ID.
- deregisterServiceProvider(Object, Class) - Method in class javax.imageio.spi.ServiceRegistry
- De-registers a provider for the specified service category.
- deregisterServiceProvider(Object) - Method in class javax.imageio.spi.ServiceRegistry
- De-registers a provider from all service categories it implements.
E
- extraImageMetadataFormatClassNames - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- extraImageMetadataFormatNames - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The names of additional formats for encoding image metadata,
other than the standard 55 and the
native 55 formats,
or
nullif this plug-in does not provide any extra formats. - extraStreamMetadataFormatClassNames - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- extraStreamMetadataFormatNames - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The names of additional formats for encoding stream metadata,
other than the standard 55 and the
native 55 formats,
or
nullif this plug-in does not provide any extra formats.
F
- filter(Object) - Method in interface javax.imageio.spi.ServiceRegistry.Filter
- Checks whether the specified service provider matches the constraints of this Filter.
- finalize() - Method in class javax.imageio.spi.ServiceRegistry
- Called by the Virtual Machine when it detects that this
ServiceRegistryhas become garbage.
G
- getCategories() - Method in class javax.imageio.spi.ServiceRegistry
- Returns an iterator over all service categories.
- getCategoryID(Class) - Method in class javax.imageio.spi.ServiceRegistry
- Returns the index in
ServiceRegistry.categories55 occupied by the specified service category. - getDefaultInstance() - Static method in class javax.imageio.spi.IIORegistry
- getDescription(Locale) - Method in class javax.imageio.spi.IIOServiceProvider
- Returns a short description of this service provider that can be presented to a human user.
- getExtraImageMetadataFormatNames() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns the names of additional formats for encoding image
metadata, other than the standard 55 and the
native 55 formats,
or
nullif this plug-in does not provide any extra formats. - getExtraStreamMetadataFormatNames() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns the names of additional formats for encoding stream
metadata, other than the standard 55 and the
native 55 formats,
or
nullif this plug-in does not provide any extra formats. - getFileSuffixes() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns the file suffixes of the supported image formats, for
example
[“tiff”, “tif”, “png”]. - getFormatNames() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns the human-readable, localized names of the supported image formats.
- getImageMetadataFormat(String) - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns an IIOMetadataFormat object that represents the requested image metadata format or null if the given format is supported but no IIOMetadataFormat can be created for it.
- getImageReaderSpiNames() - Method in class javax.imageio.spi.ImageWriterSpi
- getImageWriterSpiNames() - Method in class javax.imageio.spi.ImageReaderSpi
- getInputClass() - Method in class javax.imageio.spi.ImageInputStreamSpi
- Determines which kind of input is processable by the streams
created by
ImageInputStreamSpi.createInputStreamInstance(Object)55 . - getInputTypes() - Method in class javax.imageio.spi.ImageReaderSpi
- getMIMETypes() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns the MIME types of the supported image formats, for
example
[“image/tiff”, “image/png”]. - getNativeImageMetadataFormatName() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns the name of the format that allows encoding all image
metadata without loss, or
nullif this plug-in does not provide a format that preserves all image metadata. - getNativeStreamMetadataFormatName() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns the name of the format that allows encoding all stream
metadata without loss, or
nullif this plug-in does not provide a format that preserves all stream metadata. - getOutputClass() - Method in class javax.imageio.spi.ImageOutputStreamSpi
- Determines which kind of output is produced by the streams
created by
createOutputStreamInstance(Object)55 . - getOutputTypes() - Method in class javax.imageio.spi.ImageWriterSpi
- getPluginClassName() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns the fully qualified name of the class that implements the javax.imageio.ImageReader or javax.imageio.ImageWriter interface.
- getReaderServiceProviderName() - Method in class javax.imageio.spi.ImageTranscoderSpi
- getServiceProviderByClass(Class) - Method in class javax.imageio.spi.ServiceRegistry
- Returns one of the service providers that is a subclass of the specified class.
- getServiceProviders(Class, boolean) - Method in class javax.imageio.spi.ServiceRegistry
- Retrieves all providers that have been registered for the specified service category.
- getServiceProviders(Class, ServiceRegistry.Filter, boolean) - Method in class javax.imageio.spi.ServiceRegistry
- Retrieves all providers that have been registered for the specified service category and that satisfy the criteria of a custom filter.
- getStreamMetadataFormat(String) - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns an IIOMetadataFormat object that represents the requested stream metadata format or null if the given format is supported but no IIOMetadataFormat can be created for it.
- getVendorName() - Method in class javax.imageio.spi.IIOServiceProvider
- Returns the name of the vendor of this service provider.
- getVersion() - Method in class javax.imageio.spi.IIOServiceProvider
- Returns an identifier string for the version of this service provider.
- getWriterServiceProviderName() - Method in class javax.imageio.spi.ImageTranscoderSpi
I
- IIORegistry - class javax.imageio.spi.IIORegistry.
- IIORegistry() - Constructor for class javax.imageio.spi.IIORegistry
- IIOServiceProvider - class javax.imageio.spi.IIOServiceProvider.
- An abstract superclass for service providers that perform image I/O.
- IIOServiceProvider(String, String) - Constructor for class javax.imageio.spi.IIOServiceProvider
- Constructs a general
IIOServiceProvider, given the vendor name and a version string. - IIOServiceProvider() - Constructor for class javax.imageio.spi.IIOServiceProvider
- Constructs a general
IIOServiceProviderwithout specifying a vendor name and a version string. - ImageInputStreamSpi - class javax.imageio.spi.ImageInputStreamSpi.
- An abstract superclass for service providers that create image input streams for a file, URL, byte array or any other source.
- ImageInputStreamSpi() - Constructor for class javax.imageio.spi.ImageInputStreamSpi
- Constructs a service provider for image input streams, given no parameters.
- ImageInputStreamSpi(String, String, Class) - Constructor for class javax.imageio.spi.ImageInputStreamSpi
- Constructs a service provider for image input streams, given the vendor name and a version string.
- ImageOutputStreamSpi - class javax.imageio.spi.ImageOutputStreamSpi.
- An abstract superclass for service providers that create image output streams for a file, URL, byte array or any other target.
- ImageOutputStreamSpi() - Constructor for class javax.imageio.spi.ImageOutputStreamSpi
- Constructs a service provider for image output streams, given no parameters.
- ImageOutputStreamSpi(String, String, Class) - Constructor for class javax.imageio.spi.ImageOutputStreamSpi
- Constructs a service provider for image output streams, given the vendor name, a version string and the kind of producable output.
- ImageReaderSpi - class javax.imageio.spi.ImageReaderSpi.
- ImageReaderSpi() - Constructor for class javax.imageio.spi.ImageReaderSpi
- ImageReaderSpi(String, String, String[], String[], String[], String, Class[], String[], boolean, String, String, String[], String[], boolean, String, String, String[], String[]) - Constructor for class javax.imageio.spi.ImageReaderSpi
- ImageReaderWriterSpi - class javax.imageio.spi.ImageReaderWriterSpi.
- An abstract superclass that contains the common parts of ImageReaderSpi and ImageWriterSpi.
- ImageReaderWriterSpi() - Constructor for class javax.imageio.spi.ImageReaderWriterSpi
- Constructs an
ImageReaderWriteSpiinstance, without specifying a number of parameters. - ImageReaderWriterSpi(String, String, String[], String[], String[], String, boolean, String, String, String[], String[], boolean, String, String, String[], String[]) - Constructor for class javax.imageio.spi.ImageReaderWriterSpi
- Constructs an
ImageReaderWriteSpiinstance, specifying a number of parameters. - ImageTranscoderSpi - class javax.imageio.spi.ImageTranscoderSpi.
- An abstract superclass for service providers that create image metadata transcoders.
- ImageTranscoderSpi() - Constructor for class javax.imageio.spi.ImageTranscoderSpi
- Constructs a service provider for image metadata transcoders, given no parameters.
- ImageTranscoderSpi(String, String) - Constructor for class javax.imageio.spi.ImageTranscoderSpi
- Constructs a service provider for image metadata transcoders, given the vendor name and a version string.
- ImageWriterSpi - class javax.imageio.spi.ImageWriterSpi.
- ImageWriterSpi() - Constructor for class javax.imageio.spi.ImageWriterSpi
- ImageWriterSpi(String, String, String[], String[], String[], String, Class[], String[], boolean, String, String, String[], String[], boolean, String, String, String[], String[]) - Constructor for class javax.imageio.spi.ImageWriterSpi
- inputClass - Variable in class javax.imageio.spi.ImageInputStreamSpi
- Indicates which kind of input is processable by the streams
created by
ImageInputStreamSpi.createInputStreamInstance(Object)55 . - inputTypes - Variable in class javax.imageio.spi.ImageReaderSpi
- instances - Static variable in class javax.imageio.spi.IIORegistry
- isFormatLossless() - Method in class javax.imageio.spi.ImageWriterSpi
- isOwnReader(ImageReader) - Method in class javax.imageio.spi.ImageReaderSpi
- isOwnWriter(ImageWriter) - Method in class javax.imageio.spi.ImageWriterSpi
- isStandardImageMetadataFormatSupported() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns whether the per-image metadata objects associated
with this plug-in support format
“javax_imageio_1.0”in theirgetAsTreeandsetAsTreemethods. - isStandardStreamMetadataFormatSupported() - Method in class javax.imageio.spi.ImageReaderWriterSpi
- Returns whether the per-stream metadata objects associated
with this plug-in support format
“javax_imageio_1.0”in theirgetAsTreeandsetAsTreemethods.
J
- javax.imageio.spi - package javax.imageio.spi
L
- lookupProviders(Class, ClassLoader) - Static method in class javax.imageio.spi.ServiceRegistry
- Finds service providers that are implementing the specified Service Provider Interface.
- lookupProviders(Class) - Static method in class javax.imageio.spi.ServiceRegistry
- Finds service providers that are implementing the specified Service Provider Interface, using the context class loader for loading providers.
M
- MIMETypes - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The MIME types of the supported image formats.
N
- names - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The human-readable, localized names of the supported image formats.
- nativeImageMetadataFormatClassName - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- nativeImageMetadataFormatName - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The name of the format that allows encoding all image metadata
without loss, or
nullif this plug-in does not provide a format that preserves all image metadata. - nativeStreamMetadataFormatClassName - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- nativeStreamMetadataFormatName - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The name of the format that allows encoding all stream metadata
without loss, or
nullif this plug-in does not provide a format that preserves all stream metadata. - needsCacheFile() - Method in class javax.imageio.spi.ImageInputStreamSpi
- Determines whether
ImageInputStreamscreated by this service provider require the use of a cache file. - needsCacheFile() - Method in class javax.imageio.spi.ImageOutputStreamSpi
- Determines whether
ImageOutputStreamscreated by this service provider require the use of a cache file.
O
- onDeregistration(ServiceRegistry, Class) - Method in class javax.imageio.spi.IIOServiceProvider
- Informs this service provider that it has been de-registered from a ServiceRegistry.
- onDeregistration(ServiceRegistry, Class) - Method in interface javax.imageio.spi.RegisterableService
- Informs this service provider that it has been de-registered from a ServiceRegistry.
- onRegistration(ServiceRegistry, Class) - Method in class javax.imageio.spi.IIOServiceProvider
- Informs this service provider that it has been registered in a ServiceRegistry.
- onRegistration(ServiceRegistry, Class) - Method in interface javax.imageio.spi.RegisterableService
- Informs this service provider that it has been registered in a ServiceRegistry.
- outputClass - Variable in class javax.imageio.spi.ImageOutputStreamSpi
- Indicates which kind of output is produced by the streams
created by
createOutputStreamInstance(Object)55 . - outputTypes - Variable in class javax.imageio.spi.ImageWriterSpi
P
- pluginClassName - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The fully qualified name of the class that implements the javax.imageio.ImageReader or javax.imageio.ImageWriter interface.
- providers - Variable in class javax.imageio.spi.ServiceRegistry
- The registered providers for each service category, indexed by
the same index as the
ServiceRegistry.categories55 array.
R
- RegisterableService - interface javax.imageio.spi.RegisterableService.
- An interface which service providers may optionally implement in order to get notified when they are added or removed from a ServiceRegistry.
- readerSpiNames - Variable in class javax.imageio.spi.ImageWriterSpi
- registerApplicationClasspathSpis() - Method in class javax.imageio.spi.IIORegistry
- Registers all available service providers found on the application classpath.
- registerServiceProvider(Object, int) - Method in class javax.imageio.spi.ServiceRegistry
- Registers a provider for a service category which is specified by the class-internal category ID.
- registerServiceProvider(Object, Class) - Method in class javax.imageio.spi.ServiceRegistry
- Registers a provider for the specified service category.
- registerServiceProvider(Object) - Method in class javax.imageio.spi.ServiceRegistry
- Registers a provider under all service categories it implements.
- registerServiceProviders(Iterator) - Method in class javax.imageio.spi.ServiceRegistry
- Registers a number of providers under all service categories they implement.
- removeConstraint(int, Object, Object) - Method in class javax.imageio.spi.ServiceRegistry
- Removes an ordering constraint on service providers.
S
- STANDARD_INPUT_TYPE - Static variable in class javax.imageio.spi.ImageReaderSpi
- STANDARD_OUTPUT_TYPE - Static variable in class javax.imageio.spi.ImageWriterSpi
- ServiceRegistry - class javax.imageio.spi.ServiceRegistry.
- A registry for service providers.
- ServiceRegistry(Iterator) - Constructor for class javax.imageio.spi.ServiceRegistry
- Constructs a
ServiceRegistryfor the specified service categories. - ServiceRegistry.Filter - interface javax.imageio.spi.ServiceRegistry.Filter.
- A filter for selecting service providers that match custom criteria.
- setOrdering(Class, Object, Object) - Method in class javax.imageio.spi.ServiceRegistry
- Adds an ordering constraint on service providers.
- suffixes - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- The file suffixes of the supported image formats.
- supportsStandardImageMetadataFormat - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- Indicates whether the per-image metadata objects associated
with this plug-in support format
“javax_imageio_1.0”in theirgetAsTreeandsetAsTreemethods. - supportsStandardStreamMetadataFormat - Variable in class javax.imageio.spi.ImageReaderWriterSpi
- Indicates whether the per-stream metadata objects associated
with this plug-in support format
“javax_imageio_1.0”in theirgetAsTreeandsetAsTreemethods.
U
- unsetOrdering(Class, Object, Object) - Method in class javax.imageio.spi.ServiceRegistry
- Removes an ordering constraint on service providers.
V
- vendorName - Variable in class javax.imageio.spi.IIOServiceProvider
- The vendor of this service provider, or
nullif the subclass constructor did not set this field. - version - Variable in class javax.imageio.spi.IIOServiceProvider
- The version of this service provider, or
nullif the subclass constructor did not set this field.
W
- writerSpiNames - Variable in class javax.imageio.spi.ImageReaderSpi
A C D E F G I J L M N O P R S U V W
|
|||||||||
| Home >> All >> javax >> imageio >> [ spi overview ] | PREV NEXT | ||||||||