public interface ISnapper
Modifier and Type | Method and Description |
---|---|
void |
draw(PrimitivesDrawer primitivesDrawer,
Point2D pPixels) |
Object |
getConfigurator() |
int |
getPriority()
Implement this if you need a Snapper more important than the others.
|
String |
getToolTipText() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setPriority(int priority) |
void draw(PrimitivesDrawer primitivesDrawer, Point2D pPixels)
String getToolTipText()
int getPriority()
boolean isEnabled()
void setEnabled(boolean enabled)
void setPriority(int priority)
Object getConfigurator()