|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.ImageCreatorsRegistry
public class ImageCreatorsRegistry
Represents the image creators registry.
Constructor Summary | |
---|---|
ImageCreatorsRegistry()
|
Method Summary | |
---|---|
static IImageCreator |
createFirstSupportedCreator(ImageCreateOptions imageCreateOptions)
Creates the first found creator suitable for the specified imageCreateOptions . |
static IImageCreatorDescriptor |
getFirstSupportedDescriptor(ImageCreateOptions imageCreateOptions)
Gets the fist found supported descriptor suitable for the specified imageCreateOptions . |
static IImageCreatorDescriptor[] |
getRegisteredDescriptors()
Gets the registered descriptors. |
static long |
getRegisteredFormats()
Gets the registered image creation formats. |
static void |
registerCreator(IImageCreatorDescriptor creatorDescriptor)
Registers the creator. |
static void |
unregisterCreator(IImageCreatorDescriptor creatorDescriptor)
Unregisters the creator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageCreatorsRegistry()
Method Detail |
---|
public static IImageCreator createFirstSupportedCreator(ImageCreateOptions imageCreateOptions)
Creates the first found creator suitable for the specified imageCreateOptions
.
imageCreateOptions
- The image create options.
imageCreateOptions
or null if no such creator is found.public static IImageCreatorDescriptor getFirstSupportedDescriptor(ImageCreateOptions imageCreateOptions)
Gets the fist found supported descriptor suitable for the specified imageCreateOptions
.
imageCreateOptions
- The image create options.
imageCreateOptions
or null if no such descriptor is found.public static IImageCreatorDescriptor[] getRegisteredDescriptors()
Gets the registered descriptors.
Value: The registered descriptors.
public static long getRegisteredFormats()
Gets the registered image creation formats.
Value: The registered image creation formats.
public static void registerCreator(IImageCreatorDescriptor creatorDescriptor)
Registers the creator.
creatorDescriptor
- The creator descriptor to register.public static void unregisterCreator(IImageCreatorDescriptor creatorDescriptor)
Unregisters the creator.
creatorDescriptor
- The creator descriptor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |