ImageCreatorsRegistry

Inheritance: java.lang.Object

public final class ImageCreatorsRegistry

Represents the image creators registry.

Constructors

ConstructorDescription
ImageCreatorsRegistry()

Methods

MethodDescription
createFirstSupportedCreator(ImageOptionsBase imageOptions)Creates the first found creator suitable for the specified.
equals(Object arg0)
getClass()
getFirstSupportedDescriptor(ImageOptionsBase imageOptions)Gets the fist found supported descriptor suitable for the specified.
getRegisteredDescriptors()Gets the registered descriptors.
getRegisteredFormats()Gets the registered image creation formats.
hashCode()
notify()
notifyAll()
register(IImageCreatorDescriptor imageCreatorDescriptor)Registers the specified image creator descriptor.
registerCreator(IImageCreatorDescriptor creatorDescriptor)Registers the creator.
toString()
unregisterCreator(IImageCreatorDescriptor creatorDescriptor)Unregisters the creator.
wait()
wait(long arg0)
wait(long arg0, int arg1)

ImageCreatorsRegistry()

public ImageCreatorsRegistry()

createFirstSupportedCreator(ImageOptionsBase imageOptions)

public static IImageCreator createFirstSupportedCreator(ImageOptionsBase imageOptions)

Creates the first found creator suitable for the specified.

Parameters:

ParameterTypeDescription
imageOptionsImageOptionsBaseThe image options.

The first creator will be actually the last registered. |

Returns: IImageCreator - The creator which supports the specified or null if no such creator is found.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFirstSupportedDescriptor(ImageOptionsBase imageOptions)

public static IImageCreatorDescriptor getFirstSupportedDescriptor(ImageOptionsBase imageOptions)

Gets the fist found supported descriptor suitable for the specified.

Parameters:

ParameterTypeDescription
imageOptionsImageOptionsBaseThe image options.

The first creator descriptor will be actually the last registered. |

Returns: IImageCreatorDescriptor - The creator descriptor which supports the specified or null if no such descriptor is found.

getRegisteredDescriptors()

public static IImageCreatorDescriptor[] getRegisteredDescriptors()

Gets the registered descriptors.

Value: The registered descriptors.

Returns: com.aspose.psd.IImageCreatorDescriptor[]

getRegisteredFormats()

public static long getRegisteredFormats()

Gets the registered image creation formats.

Value: The registered image creation formats.

Returns: long

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

register(IImageCreatorDescriptor imageCreatorDescriptor)

public static void register(IImageCreatorDescriptor imageCreatorDescriptor)

Registers the specified image creator descriptor.

Parameters:

ParameterTypeDescription
imageCreatorDescriptorIImageCreatorDescriptorThe image creator descriptor.

registerCreator(IImageCreatorDescriptor creatorDescriptor)

public static void registerCreator(IImageCreatorDescriptor creatorDescriptor)

Registers the creator.

Parameters:

ParameterTypeDescription
creatorDescriptorIImageCreatorDescriptorThe creator descriptor to register.

toString()

public String toString()

Returns: java.lang.String

unregisterCreator(IImageCreatorDescriptor creatorDescriptor)

public static void unregisterCreator(IImageCreatorDescriptor creatorDescriptor)

Unregisters the creator.

Parameters:

ParameterTypeDescription
creatorDescriptorIImageCreatorDescriptorThe creator descriptor.

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int