public class MultiColumnHideCommand extends AbstractMultiColumnCommand
columnPositionCoordinates| Modifier | Constructor and Description |
|---|---|
|
MultiColumnHideCommand(ILayer layer,
int columnPosition) |
|
MultiColumnHideCommand(ILayer layer,
int[] columnPositions) |
protected |
MultiColumnHideCommand(MultiColumnHideCommand command) |
| Modifier and Type | Method and Description |
|---|---|
MultiColumnHideCommand |
cloneCommand()
Same semantics as
Object.clone()
Used to make a copies of the command if has to passed to different layer stacks. |
convertToTargetLayer, getColumnPositions, setColumnPositionspublic MultiColumnHideCommand(ILayer layer, int columnPosition)
public MultiColumnHideCommand(ILayer layer, int[] columnPositions)
protected MultiColumnHideCommand(MultiColumnHideCommand command)
public MultiColumnHideCommand cloneCommand()
ILayerCommandObject.clone()
Used to make a copies of the command if has to passed to different layer stacks.GridLayer.doCommand(ILayerCommand)Copyright © 2013. All Rights Reserved.