public class DuplicateAsset extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
DuplicateAsset() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAssetKey()
Asset key.
|
DataSource |
getAssetType()
Asset type.
|
boolean |
getClipToBoundary()
Clip to boundary shapes.
|
void |
setAssetKey(int value)
Asset key.
|
void |
setAssetType(DataSource value)
Asset type.
|
void |
setClipToBoundary(boolean value)
Clip to boundary shapes.
|
apply, apply, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setAssetKey(int value)
public int getAssetKey()
public void setAssetType(DataSource value)
public DataSource getAssetType()
public void setClipToBoundary(boolean value)
public boolean getClipToBoundary()