public class ObjOptions extends ImageOptionsBase
The OBJ options.
Constructor and Description |
---|
ObjOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getMtlFileName()
Gets or sets the MTL file name.
|
InputStream |
getMtlFileStream()
Gets or sets the MTL stream to output mtl file to.
|
long |
getTargetFormat() |
void |
setMtlFileName(String value)
Gets or sets the MTL file name.
|
void |
setMtlFileStream(InputStream value)
Gets or sets the MTL stream to output mtl file to.
|
getInterruptionToken, getLayers, getPalette, getPc3File, getResolutionSettings, getRotation, getSource, getTimeout, getUserWatermarkColor, getUserWatermarkText, getVectorRasterizationOptions, getXmpData, setInterruptionToken, setLayers, setPalette, setPc3File, setResolutionSettings, setRotation, setSource, setTimeout, setUserWatermarkColor, setUserWatermarkText, setVectorRasterizationOptions, setXmpData
public long getTargetFormat()
getTargetFormat
in class ImageOptionsBase
public final String getMtlFileName()
Gets or sets the MTL file name.
public final void setMtlFileName(String value)
Gets or sets the MTL file name.
public final InputStream getMtlFileStream()
Gets or sets the MTL stream to output mtl file to.
public final void setMtlFileStream(InputStream value)
Gets or sets the MTL stream to output mtl file to.