public class LayoutAddCommand extends AbstractShellCommand
layout-add {layout-id} {bg-ref} \
[ {region-id} {parent-layout-id} {scale} {offset-x} {offset-y} ]
Note that if you want to skip a parameter, but set later parameters,
use dot (".") as a placeholder for null. For example, no associated region
or parent layout, but setting the scale and offset for the root layout...
layout-add root @bayareaGEO . . 1.2 0.0 -4.0
log| Constructor and Description |
|---|
LayoutAddCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute()
Body of the shell command.
|
annotations, annotations, annotations, appId, codec, error, execute, get, getService, jsonForEntity, mapper, outputJson, printclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encodeprotected void doExecute()
AbstractShellCommanddoExecute in class AbstractShellCommand