|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aspose.imaging.ImageExportersRegistry
public class ImageExportersRegistry
Represents the image exporters registry.
| Constructor Summary | |
|---|---|
ImageExportersRegistry()
|
|
| Method Summary | |
|---|---|
static IImageExporter |
createFirstSupportedExporter(Image image,
SaveOptionsBase saveOptions)
Creates the first found exporter suitable for the specified save options and image. |
static IImageExporterDescriptor |
getFirstSupportedDescriptor(Image image,
SaveOptionsBase saveOptions)
Gets the fist found supported descriptor suitable for the specified save options and image. |
static IImageExporterDescriptor[] |
getRegisteredExporterDescriptors()
Gets the registered exporter descriptors. |
static long |
getRegisteredFormats()
Gets the registered export formats. |
static void |
registerExporter(IImageExporterDescriptor exporterDescriptor)
Registers the exporter. |
static void |
unregisterExporter(IImageExporterDescriptor exporterDescriptor)
Unregisters the exporter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImageExportersRegistry()
| Method Detail |
|---|
public static IImageExporter createFirstSupportedExporter(Image image,
SaveOptionsBase saveOptions)
Creates the first found exporter suitable for the specified save options and image.
image - The image to export.saveOptions - The save options to use for export.
public static IImageExporterDescriptor getFirstSupportedDescriptor(Image image,
SaveOptionsBase saveOptions)
Gets the fist found supported descriptor suitable for the specified save options and image.
image - The image to export.saveOptions - The save options to use for export.
public static IImageExporterDescriptor[] getRegisteredExporterDescriptors()
Gets the registered exporter descriptors.
Value: The registered exporter descriptors.
public static long getRegisteredFormats()
Gets the registered export formats.
Value: The registered export formats.
public static void registerExporter(IImageExporterDescriptor exporterDescriptor)
Registers the exporter.
exporterDescriptor - The exporter descriptor to register.public static void unregisterExporter(IImageExporterDescriptor exporterDescriptor)
Unregisters the exporter.
exporterDescriptor - The exporter descriptor to unregister.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||