Uses of Interface
com.aspose.imaging.fileformats.gif.IGifBlockLoaderDescriptor

Packages that use IGifBlockLoaderDescriptor
com.aspose.imaging.fileformats.gif   
 

Uses of IGifBlockLoaderDescriptor in com.aspose.imaging.fileformats.gif
 

Methods in com.aspose.imaging.fileformats.gif that return IGifBlockLoaderDescriptor
static IGifBlockLoaderDescriptor GifBlocksRegistry.getFirstSupportedDescriptor(java.io.InputStream stream)
           
static IGifBlockLoaderDescriptor GifBlocksRegistry.getFirstSupportedDescriptorByTypeName(java.lang.String descriptorTypeName)
           Gets the first supported descriptor by its type name.
static IGifBlockLoaderDescriptor GifBlocksRegistry.getFirstSupportedDescriptorInternal(Stream stream)
          Deprecated. 

Gets the first supported opener descriptor.

static IGifBlockLoaderDescriptor[] GifBlocksRegistry.getRegisteredDescriptors()
           Gets the registered descriptors.
 

Methods in com.aspose.imaging.fileformats.gif with parameters of type IGifBlockLoaderDescriptor
static void GifBlocksRegistry.registerOpener(IGifBlockLoaderDescriptor openerDescriptor)
           Registers the opener.
static void GifBlocksRegistry.unregisterOpener(IGifBlockLoaderDescriptor openerDescriptor)
           Unregisters the opener.