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, print
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decode, encode
protected void doExecute()
AbstractShellCommand
doExecute
in class AbstractShellCommand