Interface ISnapper
- All Known Subinterfaces:
ISnapperGeometriesVectorial,ISnapperRaster,ISnapperVectorial
- All Known Implementing Classes:
AbstractSnapper
public interface ISnapper
- Author:
- fjp
-
Method Summary
Modifier and TypeMethodDescriptionvoiddraw(PrimitivesDrawer primitivesDrawer, Point2D pPixels) intImplement this if you need a Snapper more important than the others.booleanvoidsetEnabled(boolean enabled) voidsetPriority(int priority)
-
Method Details
-
draw
-
getToolTipText
String getToolTipText() -
getPriority
int getPriority()Implement this if you need a Snapper more important than the others. Default value is 0 (no prority).- Returns:
-
isEnabled
boolean isEnabled() -
setEnabled
void setEnabled(boolean enabled) -
setPriority
void setPriority(int priority) -
getConfigurator
Object getConfigurator()
-