public abstract class AbstractSnapper extends java.lang.Object implements ISnapper
| Modifier and Type | Field and Description |
|---|---|
protected static GeometryManager |
geomManager |
| Constructor and Description |
|---|
AbstractSnapper() |
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getColor() |
java.lang.Object |
getConfigurator() |
int |
getPriority()
Implement this if you need a Snapper more important than the others.
|
int |
getSizePixels() |
boolean |
isEnabled() |
void |
setColor(java.awt.Color color) |
void |
setEnabled(boolean enabled) |
void |
setPriority(int priority) |
void |
setSizePixels(int sizePixels) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdraw, getToolTipTextprotected static GeometryManager geomManager
public int getSizePixels()
public void setSizePixels(int sizePixels)
public java.awt.Color getColor()
public void setColor(java.awt.Color color)
public java.lang.Object getConfigurator()
getConfigurator in interface ISnapperpublic void setEnabled(boolean enabled)
setEnabled in interface ISnapperpublic int getPriority()
ISnappergetPriority in interface ISnapperpublic void setPriority(int priority)
setPriority in interface ISnapper