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 Details

    • geomManager

      protected static org.gvsig.fmap.geom.GeometryManager geomManager
  • Constructor Details

    • AbstractSnapper

      public AbstractSnapper()
  • Method Details

    • 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