GltfSaveOptions

GltfSaveOptions

Overview

GltfSaveOptions is a class in Aspose.3D FOSS for Java. Inherits from: SaveOptions.

GltfSaveOptions.GltfSaveOptions constructs a new instance with default settings.

This class provides 11 methods for working with GltfSaveOptions objects in Java programs. Available methods include: GltfSaveOptions, getBufferFilePrefix, getContentType, getFlipCoordinateSystem, getPrettyPrint, getSaveExtras, setBufferFilePrefix, setContentType, setFlipCoordinateSystem, setPrettyPrint, setSaveExtras. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: bufferFilePrefix, contentType, flipCoordinateSystem, prettyPrint, saveExtras.

Description

GltfSaveOptions is a class in the Aspose.3D FOSS library for Java that exposes 18 methods and 8 properties for programmatic use. It extends SaveOptions, inheriting shared functionality from its parent type.

Core capabilities include: boolean; boolean; string. These operations enable developers to integrate gltfsaveoptions functionality directly into Java applications.

The class also provides the flipCoordinateSystem property (gets the flip coordinate system), the prettyPrint property (gets the pretty print), the bufferFilePrefix property (gets the buffer file prefix).

The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.

Properties

NameTypeAccessDescription
flipCoordinateSystembooleanReadGets the flip coordinate system.
prettyPrintbooleanReadGets the pretty print.
bufferFilePrefixStringReadGets the buffer file prefix.
saveExtrasStringReadGets the save extras.
contentTypeFileContentTypeReadGets the content type.

Methods

SignatureDescription
GltfSaveOptions()Constructs a new instance with default settings
getFlipCoordinateSystem()booleanReturns the flip coordinate system.
setFlipCoordinateSystem(value: boolean)Sets the flip coordinate system value.
getPrettyPrint()booleanReturns the pretty print.
setPrettyPrint(value: boolean)Sets the pretty print value.
getBufferFilePrefix()StringReturns the buffer file prefix.
setBufferFilePrefix(value: String)Sets the buffer file prefix value.
getSaveExtras()StringReturns the save extras.
setSaveExtras(value: String)Sets the save extras value.
getContentType()FileContentTypeReturns the content type.
setContentType(value: FileContentType)Sets the content type value.

See Also