public interface IconDrawer
CustomDrawnTool
s use IconDrawer
s to draw their icon on
screen.Modifier and Type | Method and Description |
---|---|
int |
getIconRectangleHeight() |
int |
getIconRectangleWidth() |
void |
setIconPixel(int x,
int y,
ColorRGB pixel) |
int getIconRectangleWidth()
int getIconRectangleHeight()
void setIconPixel(int x, int y, ColorRGB pixel)
Copyright © 2015–2022 SciJava. All rights reserved.