ImageCreatorsRegistry

Inheritance: java.lang.Object

public final class ImageCreatorsRegistry

Görüntü oluşturucular kayıt defterini temsil eder.

Yöntemler

YöntemAçıklama
getRegisteredFormats()Kayıtlı görüntü oluşturma biçimlerini alır.
getRegisteredDescriptors()Kayıtlı tanımlayıcıları alır.
register(IImageCreatorDescriptor creatorDescriptor)Belirtilen görüntü oluşturucu tanımlayıcısını kaydeder.
getFirstSupportedDescriptor(ImageOptionsBase imageOptions)Belirtilen için uygun olan bulunan ilk desteklenen tanımlayıcıyı alır.
createFirstSupportedCreator(ImageOptionsBase imageOptions)Belirtilen için uygun olan bulunan ilk oluşturucuyu oluşturur.
registerCreator(IImageCreatorDescriptor creatorDescriptor)Oluşturucuyu kaydeder.
unregisterCreator(IImageCreatorDescriptor creatorDescriptor)Oluşturucunun kaydını siler.

getRegisteredFormats()

public static long getRegisteredFormats()

Kayıtlı görüntü oluşturma biçimlerini alır.

Değer: Kayıtlı görüntü oluşturma biçimleri.

Returns: long

getRegisteredDescriptors()

public static IImageCreatorDescriptor[] getRegisteredDescriptors()

Kayıtlı tanımlayıcıları alır.

Değer: Kayıtlı tanımlayıcılar.

Returns: com.aspose.imaging.IImageCreatorDescriptor[]

register(IImageCreatorDescriptor creatorDescriptor)

public static void register(IImageCreatorDescriptor creatorDescriptor)

Belirtilen görüntü oluşturucu tanımlayıcısını kaydeder.

Parameters:

ParametreTürAçıklama
creatorDescriptorIImageCreatorDescriptorGörüntü oluşturucu tanımlayıcısı.

getFirstSupportedDescriptor(ImageOptionsBase imageOptions)

public static IImageCreatorDescriptor getFirstSupportedDescriptor(ImageOptionsBase imageOptions)

Belirtilen için uygun olan bulunan ilk desteklenen tanımlayıcıyı alır.

Parameters:

ParametreTürAçıklama
imageOptionsImageOptionsBase

İlk oluşturucu tanımlayıcısı aslında son kaydedilen olacaktır. |

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

createFirstSupportedCreator(ImageOptionsBase imageOptions)

public static IImageCreator createFirstSupportedCreator(ImageOptionsBase imageOptions)

Belirtilen için uygun olan bulunan ilk oluşturucuyu oluşturur.

Parameters:

ParametreTürAçıklama
imageOptionsImageOptionsBase

İlk oluşturucu aslında son kaydedilen olacaktır. |

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

registerCreator(IImageCreatorDescriptor creatorDescriptor)

public static void registerCreator(IImageCreatorDescriptor creatorDescriptor)

Oluşturucuyu kaydeder.

Parameters:

ParametreTürAçıklama
creatorDescriptorIImageCreatorDescriptorKaydedilecek oluşturucu tanımlayıcısı.

unregisterCreator(IImageCreatorDescriptor creatorDescriptor)

public static void unregisterCreator(IImageCreatorDescriptor creatorDescriptor)

Oluşturucunun kaydını siler.

Parameters:

ParametreTürAçıklama
creatorDescriptorIImageCreatorDescriptorOluşturucu tanımlayıcısı.