org.scijava.tool
Interface IconDrawer


public interface IconDrawer

CustomDrawnTools use IconDrawers to draw their icon on screen.

Author:
Barry DeZonia

Method Summary
 int getIconRectangleHeight()
           
 int getIconRectangleWidth()
           
 void setIconPixel(int x, int y, ColorRGB pixel)
           
 

Method Detail

getIconRectangleWidth

int getIconRectangleWidth()

getIconRectangleHeight

int getIconRectangleHeight()

setIconPixel

void setIconPixel(int x,
                  int y,
                  ColorRGB pixel)


Copyright © 2009–2014 SciJava. All rights reserved.