public class CommandData extends Object
| Constructor and Description |
|---|
CommandData(AreaRef areaRef,
Command command) |
CommandData(CellRef startCellRef,
Size size,
Command command) |
CommandData(String areaRef,
Command command) |
| Modifier and Type | Method and Description |
|---|---|
AreaRef |
getAreaRef() |
Command |
getCommand() |
Size |
getSize() |
Size |
getSourceSize() |
CellRef |
getSourceStartCellRef() |
CellRef |
getStartCellRef() |
void |
setSourceSize(Size sourceSize) |
void |
setSourceStartCellRef(CellRef sourceStartCellRef) |
void |
setStartCellRef(CellRef startCellRef) |
public AreaRef getAreaRef()
public CellRef getStartCellRef()
public Size getSize()
public Command getCommand()
public void setStartCellRef(CellRef startCellRef)
public CellRef getSourceStartCellRef()
public void setSourceStartCellRef(CellRef sourceStartCellRef)
public Size getSourceSize()
public void setSourceSize(Size sourceSize)
Copyright © 2020. All rights reserved.