public class JLJsonLayerHelp extends JLJsonCommandHelp implements JLLayerRequestParams, JLLayerResponseParams
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OBJ_LAYER_DATA |
COMMAND, FUNC_DELETE, FUNC_EXISTS, FUNC_LIST, FUNC_SHOW, PARAM_MODEL, PARAM_NAME, PARAM_SHOWOUTPUT_EXISTS, OUTPUT_ID, OUTPUT_LAYERS, OUTPUT_NAME, OUTPUT_STATUS| Constructor and Description |
|---|
JLJsonLayerHelp() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand()
Get the command for this family of functions
|
java.util.List<FunctionTemplate> |
getHelp()
Get a list of function templates for this family of functions.
|
java.util.List<FunctionObject> |
getHelpObjects()
Get a list of data objects used in function templates for this family of functions.
|
makeInertia, makePoint, makeTransform, makeTransformpublic static final java.lang.String OBJ_LAYER_DATA
public java.lang.String getCommand()
JLJsonCommandHelpgetCommand in class JLJsonCommandHelppublic java.util.List<FunctionTemplate> getHelp()
JLJsonCommandHelpgetHelp in class JLJsonCommandHelppublic java.util.List<FunctionObject> getHelpObjects()
JLJsonCommandHelpgetHelpObjects in class JLJsonCommandHelp