quoggles.icons
Interface IBoxIcon

All Known Implementing Classes:
AbstractBoxIcon, OneOneConnector_Icon, TwoSplitConnector_Icon

public interface IBoxIcon

Interface for icons used as buttons for adding new boxes to the system.


Method Summary
 IBox getNewBoxInstance()
          Each time this method is called, a new instance of the box class (implementing interface IBox) is returned.
 

Method Detail

getNewBoxInstance

public IBox getNewBoxInstance()
Each time this method is called, a new instance of the box class (implementing interface IBox) is returned.

Returns:
new instance of class implementing interface IBox