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 java.lang.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()
getColor
public java.awt.Color getColor()
getConfigurator
public java.lang.Object getConfigurator()
- Specified by:
getConfigurator 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:
getSizePixels
public int getSizePixels()
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled in interface ISnapper
setColor
public void setColor(java.awt.Color color)
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabled in interface ISnapper
setPriority
public void setPriority(int priority)
- Specified by:
setPriority in interface ISnapper
setSizePixels
public void setSizePixels(int sizePixels)
Copyright © 2014 gvSIG Association. All Rights Reserved.