| java.lang.Object net.refractions.udig.tools.edit.activator.GridActivator
GridActivator | public class GridActivator implements Activator(Code) | | If the snap behaviour is GRID then enables the grid map graphic on activation and
disables the layer if this activator originally added the layer (or sets it to visible).
author: Jesse since: 1.1.0 |
hideGrid | public void hideGrid(IMap map)(Code) | | Hides the grid layer (visibility=false) if the layer was added or set visible by this class.
|
showGrid | public void showGrid(IMap map)(Code) | | Shows the grid.
Parameters: map - map to add the grid to. |
|
|