IExporter

Overview

IExporter is a interface in Aspose.3D FOSS for Java.

IExporter.canExport returns true when the exporter supports the specified FileFormat.

This interface provides 2 methods for working with IExporter objects in Java programs. Available methods include: canExport, export. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Description

IExporter is an interface in Aspose.3D FOSS for Java that defines a contract with 2 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Methods

SignatureDescription
canExport(format: FileFormat)booleanReturns true when the exporter supports the specified FileFormat
export(scene: Scene, stream: Stream, options: SaveOptions)

See Also