public class FlattenImageTableOptions extends CASGeneratedActionOptions
CASActionOptions.EnumValue, CASActionOptions.FORMAT
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_NAME |
static java.lang.String |
ACTION_SET_NAME |
static java.lang.String |
KEY_CASOUT |
static java.lang.String |
KEY_GROUPCHANNELS |
static java.lang.String |
KEY_HEIGHT |
static java.lang.String |
KEY_IMAGETABLE |
static java.lang.String |
KEY_TRANSPOSE |
static java.lang.String |
KEY_WIDTH |
FLAGS_EXPAND_ARRAYS, FLAGS_IGNORE_DISPOSITION_ERROR, FLAGS_RETURN_RESULTS_ON_EXCEPTION, FLAGS_SKIP_ACTION_EVENTS, FLAGS_SKIP_RESULTS, HIDDEN_PASSWORD, JSON_NULL, LUA_NIL, PARAMETER_FLAG_ISPASSWORD, PARAMETER_FLAG_ISPATH, PARAMETER_FLAG_ISTABLENAME, PARAMETER_FLAG_ISVAR, PARAMETER_FLAG_REQUIRED, PYTHON_NULL, SERIALIZED_PREFIX
Constructor and Description |
---|
FlattenImageTableOptions() |
FlattenImageTableOptions(CASActionOptions options) |
Modifier and Type | Method and Description |
---|---|
Casouttable |
getCasOut() |
java.lang.Boolean |
getGroupChannels() |
java.lang.Long |
getH() |
java.lang.Long |
getHeight() |
Castable |
getImageTable() |
java.lang.Object |
getServerDefaultValue(java.lang.String key)
Gets the server default value, if known.
|
java.lang.Boolean |
getTranspose() |
java.lang.Long |
getW() |
java.lang.Long |
getWidth() |
FlattenImageTableOptions |
setCasOut(Casouttable value)
Sets the value of parameter 'casOut': specifies the settings for an output table.
|
FlattenImageTableOptions |
setGroupChannels(java.lang.Boolean value)
Sets the value of parameter 'groupChannels': specifies whether the channels of the images should be grouped together (for example, BB...GG...RR...) before writing them into the output table.
|
FlattenImageTableOptions |
setH(java.lang.Long value) |
FlattenImageTableOptions |
setHeight(java.lang.Long value)
Sets the value of parameter 'height': specifies the height of the output images.
|
FlattenImageTableOptions |
setImageTable(Castable value)
Sets the value of parameter 'imageTable': specifies the settings for an input table.
|
FlattenImageTableOptions |
setTranspose(java.lang.Boolean value)
Sets the value of parameter 'transpose': specifies whether the images should be transposed before writing them into the output table.
|
FlattenImageTableOptions |
setW(java.lang.Long value) |
FlattenImageTableOptions |
setWidth(java.lang.Long value)
Sets the value of parameter 'width': specifies the width of the output images.
|
addActionFlags, addParameterFlag, appendValue, checkForPasswords, clear, containsKey, containsValue, convertToEnumArray, copy, deserialize, entrySet, equals, findOptionsClass, findSetter, get, getActionFlags, getActionName, getActionResponseEventListener, getActionResultEventListener, getActionSetName, getCASClient, getClassName, getDebugOptions, getDispositionEventListener, getFullyQualifiedActionName, getLogEventListener, getLogMessage, getMessageOutputStream, getMessageTagHandler, getParameter, getParameterAsBoolean, getParameterAsByteArray, getParameterAsDouble, getParameterAsDoubleArray, getParameterAsInteger, getParameterAsIntegerArray, getParameterAsLong, getParameterAsLongArray, getParameterAsString, getParameterAsStringArray, getParameterFlags, getParameterIgnoreCase, getParameterIgnoreCase, getParameterKeys, getPerformanceEventListener, getPropertyKey, getSessionID, getUserProperty, getUserPropertyKeys, hashCode, invoke, isEmpty, isFlagSet, isMap, isParameterFlagSet, isPassword, isPath, isRequired, isTable, isVariable, keySet, put, putAll, putAllDeep, putDeep, putDeep, quoteIfNotNull, remove, removeParameter, set, setActionFlags, setActionName, setActionResponseEventListener, setActionResultEventListener, setActionSetName, setCASClient, setDebugOptions, setDispositionEventListener, setFullyQualifiedActionName, setLogEventListener, setLogMessage, setMessageOutputStream, setMessageTagHandler, setParameter, setPerformanceEventListener, setPropertyKey, setSessionID, setUserProperty, size, toCASLString, toLuaString, toLuaString, toOptionsWithGeneratedClasses, toSerialized, toString, toString, toString, upcaseFirstChar, values
public static final java.lang.String ACTION_SET_NAME
public static final java.lang.String ACTION_NAME
public static final java.lang.String KEY_IMAGETABLE
public static final java.lang.String KEY_WIDTH
public static final java.lang.String KEY_HEIGHT
public static final java.lang.String KEY_TRANSPOSE
public static final java.lang.String KEY_GROUPCHANNELS
public static final java.lang.String KEY_CASOUT
public FlattenImageTableOptions()
public FlattenImageTableOptions(CASActionOptions options)
public java.lang.Object getServerDefaultValue(java.lang.String key)
CASActionOptions
getServerDefaultValue
in class CASActionOptions
key
- The parameter keypublic Castable getImageTable()
public FlattenImageTableOptions setImageTable(Castable value)
value
- The valuepublic java.lang.Long getWidth()
public java.lang.Long getW()
public FlattenImageTableOptions setWidth(java.lang.Long value)
value
- The valuepublic FlattenImageTableOptions setW(java.lang.Long value)
public java.lang.Long getHeight()
public java.lang.Long getH()
public FlattenImageTableOptions setHeight(java.lang.Long value)
value
- The valuepublic FlattenImageTableOptions setH(java.lang.Long value)
public java.lang.Boolean getTranspose()
public FlattenImageTableOptions setTranspose(java.lang.Boolean value)
value
- The valuepublic java.lang.Boolean getGroupChannels()
public FlattenImageTableOptions setGroupChannels(java.lang.Boolean value)
value
- The valuepublic Casouttable getCasOut()
public FlattenImageTableOptions setCasOut(Casouttable value)
value
- The value