public abstract class AbstractCommand extends Object implements Command
ADJACENT_SHIFT_MODE, INNER_SHIFT_MODE| Constructor and Description |
|---|
AbstractCommand() |
| Modifier and Type | Method and Description |
|---|---|
Command |
addArea(Area area)
Adds an area to this command
|
List<Area> |
getAreaList() |
String |
getShiftMode() |
protected TransformationConfig |
getTransformationConfig() |
protected Transformer |
getTransformer() |
void |
reset()
Resets command data for repeatable command usage
|
void |
setShiftMode(String mode) |
public Command addArea(Area area)
Commandpublic void reset()
Commandpublic void setShiftMode(String mode)
setShiftMode in interface Commandpublic String getShiftMode()
getShiftMode in interface Commandpublic List<Area> getAreaList()
getAreaList in interface Commandprotected Transformer getTransformer()
protected TransformationConfig getTransformationConfig()
Copyright © 2018. All rights reserved.