Uses of Class
anl.aida.palette.SquareIcon

Packages that use SquareIcon
anl.aida.palette   
 

Uses of SquareIcon in anl.aida.palette
 

Fields in anl.aida.palette declared as SquareIcon
private  SquareIcon[] PaletteIcon.icons
           
 

Methods in anl.aida.palette with parameters of type SquareIcon
private  void PaletteIcon.init(SquareIcon[] icons, PaletteIcon.Orientation orientation)
           
 

Constructors in anl.aida.palette with parameters of type SquareIcon
PaletteIcon(SquareIcon[] icons, PaletteIcon.Orientation orientation)