Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IMAGE_DATA |
CLONE_ALL_OUTPUT, CLONE_MULTIPLE_OUTPUT, COPY_OUTPUT, ESSENTIAL, ESSENTIAL_IF_CONNECTED, IMMEDIATE_UPDATE, INTERNAL, LATE_INITIALIZE, NO_UPDATE, ON_TASK_INSTANTATION, ON_USER_ACCESS, OPTIONAL, PROCESS_UPDATE, TRANSIENT, TRANSIENT_ACCESSIBLE, USER_ACCESSIBLE
Constructor and Description |
---|
ImageView() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getInputTypes()
This method should return an array of the data input types accepted by this unit (e.g.
|
java.lang.String[] |
getOutputTypes()
This method should return an array of the data input types output by this unit (e.g.
|
void |
init()
Initialses information specific to ImageView.
|
void |
parameterUpdate(java.lang.String name,
java.lang.Object value)
Called to update the unit's internal variables when parameters change
|
void |
process()
********************************************* ** USER CODE of ImageView goes here ***
*********************************************
|
void |
reset()
Reset's ImageView
|
debug, debug, defineParameter, dispose, extractClipInState, getClipIn, getClipIn, getControlInterface, getDefaultInputNodes, getDefaultNodeRequirement, getDefaultOutputNodes, getDisplayName, getDisplayPackage, getGUIBuilderV2Info, getHelpFileLocation, getInputAtNode, getInputNodeCount, getMaximumInputNodes, getMaximumOutputNodes, getMinimumInputNodes, getMinimumOutputNodes, getNodeInputTypes, getNodeOutputTypes, getOutputNodeCount, getOutputPolicy, getPackageName, getParameter, getParameterPanelClass, getParameterPanelInstantiate, getParameterType, getParameterUpdatePolicy, getPopUpDescription, getRunnableInterface, getTask, getTaskGraphContext, getToolName, getToolPackage, getToolTable, getVersion, hideParameterPanel, isClipInName, isInputAtNode, isOutputSent, isParameter, log, log, notifyError, notifyError, output, outputAtNode, outputAtNode, parameterUpdated, putClipIn, removeClipIn, removeParameter, restoreClipInState, setDefaultInputNodes, setDefaultNodeRequirement, setDefaultOutputNodes, setDisplayName, setDisplayPackage, setGUIBuilderV2Info, setHelpFileLocation, setMaximumInputNodes, setMaximumOutputNodes, setMinimumInputNodes, setMinimumOutputNodes, setOutputPolicy, setParameter, setParameterPanelClass, setParameterPanelInstantiate, setParameterUpdatePolicy, setPopUpDescription, setRunnableInterface, setToolName, setToolPackage, setVersion, showParameterPanel, stopping
public static final java.lang.String IMAGE_DATA
public void process() throws java.lang.Exception
public java.lang.String[] getInputTypes()
getInputTypes
in class Unit
public java.lang.String[] getOutputTypes()
getOutputTypes
in class Unit
public void parameterUpdate(java.lang.String name, java.lang.Object value)
parameterUpdate
in class Unit