ImageCreatorsRegistry
Inheritance: java.lang.Object
public final class ImageCreatorsRegistry
Görüntü oluşturucular kayıt defterini temsil eder.
Yöntemler
| Yöntem | Açı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:
| Parametre | Tür | Açıklama |
|---|---|---|
| creatorDescriptor | IImageCreatorDescriptor | Gö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:
| Parametre | Tür | Açıklama |
|---|---|---|
| imageOptions | ImageOptionsBase |
İ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:
| Parametre | Tür | Açıklama |
|---|---|---|
| imageOptions | ImageOptionsBase |
İ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:
| Parametre | Tür | Açıklama |
|---|---|---|
| creatorDescriptor | IImageCreatorDescriptor | Kaydedilecek oluşturucu tanımlayıcısı. |
unregisterCreator(IImageCreatorDescriptor creatorDescriptor)
public static void unregisterCreator(IImageCreatorDescriptor creatorDescriptor)
Oluşturucunun kaydını siler.
Parameters:
| Parametre | Tür | Açıklama |
|---|---|---|
| creatorDescriptor | IImageCreatorDescriptor | Oluşturucu tanımlayıcısı. |