Package org.scijava.tool
Interface IconDrawer
-
public interface IconDrawerCustomDrawnTools useIconDrawers to draw their icon on screen.- Author:
- Barry DeZonia
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetIconRectangleHeight()intgetIconRectangleWidth()voidsetIconPixel(int x, int y, ColorRGB pixel)
-
-
-
Method Detail
-
getIconRectangleWidth
int getIconRectangleWidth()
-
getIconRectangleHeight
int getIconRectangleHeight()
-
setIconPixel
void setIconPixel(int x, int y, ColorRGB pixel)
-
-