name, properties| Constructor and Description |
|---|
ImageRenderOptions()
Initialize an instance of
ImageRenderOptions |
| Modifier and Type | Method and 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.
|
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic ImageRenderOptions()
ImageRenderOptionspublic java.awt.Color getBackgroundColor()
public void setBackgroundColor(java.awt.Color value)
value - New valuepublic java.util.ArrayList<java.lang.String> getAssetDirectories()
public void setAssetDirectories(java.util.ArrayList<java.lang.String> value)
value - New valuepublic boolean getEnableShadows()
public void setEnableShadows(boolean value)
value - New value