de.unihalle.informatik.Alida.helpers
Class ALDIcon

java.lang.Object
  extended by de.unihalle.informatik.Alida.helpers.ALDIcon

public class ALDIcon
extends Object

Singleton class to provide access to Alida icon in graphical environments.

Author:
moeller

Constructor Summary
protected ALDIcon()
          Default constructor.
 
Method Summary
 ImageIcon getIcon()
          Get reference to the icon.
static ALDIcon getInstance()
          Get singleton instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDIcon

protected ALDIcon()
Default constructor.

Method Detail

getInstance

public static ALDIcon getInstance()
Get singleton instance.

Returns:
Singleton instance.

getIcon

public ImageIcon getIcon()
Get reference to the icon.

Returns:
The Alida icon.


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.