steganabara
Class Stevironment

java.lang.Object
  extended by steganabara.Stevironment

public final class Stevironment
extends java.lang.Object


Method Summary
 ColorExplorerMenuItem getColorExplorerMenuItem()
           
static Stevironment getInstance()
          Get the Stevironment singleton instance
 void registerImagePanel(ImagePanel panel)
          Register an image panel for color exploring
 void unregisterImagePanel(ImagePanel panel)
          Unregister an image panel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Stevironment getInstance()
Get the Stevironment singleton instance

Returns:
The singleton instance

registerImagePanel

public void registerImagePanel(ImagePanel panel)
Register an image panel for color exploring

Parameters:
panel - The panel to register

unregisterImagePanel

public void unregisterImagePanel(ImagePanel panel)
Unregister an image panel

Parameters:
panel - The panel to register

getColorExplorerMenuItem

public ColorExplorerMenuItem getColorExplorerMenuItem()