Package com.aspose.threed
Class ImageRenderOptions
- java.lang.Object
-
- com.aspose.threed.A3DObject
-
- com.aspose.threed.ImageRenderOptions
-
- All Implemented Interfaces:
INamedObject
public class ImageRenderOptions extends A3DObject
-
-
Field Summary
-
Fields inherited from class com.aspose.threed.A3DObject
name, properties
-
-
Constructor Summary
Constructors Constructor Description ImageRenderOptions()
Initialize an instance ofImageRenderOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<java.lang.String>
getAssetDirectories()
Directories that stored external assets(like textures)java.awt.Color
getBackgroundColor()
The background color of the render result.boolean
getEnableShadows()
Gets whether to render shadows.void
setAssetDirectories(java.util.ArrayList<java.lang.String> value)
Directories that stored external assets(like textures)void
setBackgroundColor(java.awt.Color value)
The background color of the render result.void
setEnableShadows(boolean value)
Sets whether to render shadows.-
Methods inherited from class com.aspose.threed.A3DObject
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
-
-
-
-
Constructor Detail
-
ImageRenderOptions
public ImageRenderOptions()
Initialize an instance ofImageRenderOptions
-
-
Method Detail
-
getBackgroundColor
public java.awt.Color getBackgroundColor()
The background color of the render result.
-
setBackgroundColor
public void setBackgroundColor(java.awt.Color value)
The background color of the render result.- Parameters:
value
- New value
-
getAssetDirectories
public java.util.ArrayList<java.lang.String> getAssetDirectories()
Directories that stored external assets(like textures)
-
setAssetDirectories
public void setAssetDirectories(java.util.ArrayList<java.lang.String> value)
Directories that stored external assets(like textures)- Parameters:
value
- New value
-
getEnableShadows
public boolean getEnableShadows()
Gets whether to render shadows.
-
setEnableShadows
public void setEnableShadows(boolean value)
Sets whether to render shadows.- Parameters:
value
- New value
-
-