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
| Constructor and Description |
|---|
LayoutAddCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
execute()
Executes this command.
|
annotations, annotations, annotations, appId, codec, doExecute, error, get, getService, jsonForEntity, mapper, outputJson, printcheckInterrupted, executeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encodeprotected void execute()
AbstractShellCommandexecute in class AbstractShellCommand