org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl
Class AbstractSnapper
java.lang.Object
org.gvsig.fmap.mapcontrol.tools.snapping.snappers.impl.AbstractSnapper
- All Implemented Interfaces:
- ISnapper
public abstract class AbstractSnapper
- extends Object
- implements ISnapper
|
Field Summary |
protected static org.gvsig.fmap.geom.GeometryManager |
geomManager
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
geomManager
protected static org.gvsig.fmap.geom.GeometryManager geomManager
AbstractSnapper
public AbstractSnapper()
getSizePixels
public int getSizePixels()
setSizePixels
public void setSizePixels(int sizePixels)
getColor
public Color getColor()
setColor
public void setColor(Color color)
getConfigurator
public Object getConfigurator()
- Specified by:
getConfigurator in interface ISnapper
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface ISnapper
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled in interface ISnapper
getPriority
public int getPriority()
- Description copied from interface:
ISnapper
- Implement this if you need a Snapper more important than the others.
Default value is 0 (no prority).
- Specified by:
getPriority in interface ISnapper
- Returns:
setPriority
public void setPriority(int priority)
- Specified by:
setPriority in interface ISnapper
Copyright © 2004-2013 gvSIG. All Rights Reserved.