sidnet.core.interfaces
Interface NodeGUI

All Known Implementing Classes:
NodeGUIimpl

public interface NodeGUI


Method Summary
 ColorProfile getColorProfile()
          Gets the ColorProfile
 LocationContext getLocationContext()
          Returns the LocationContext corresponding to the panel the sensor is drawed (screen/panel dimensions)
 Location2D getPanelLocation2D()
          Get the location of the sensor node on the screen/panel display, in pixels
 Terminal getTerminal()
          Get a handle to the associated Terminal
 void markSelected(boolean marked)
          Contract: mark the given node distinctivly, to visually indicate that it was selected within a group
 

Method Detail

getPanelLocation2D

Location2D getPanelLocation2D()
Get the location of the sensor node on the screen/panel display, in pixels


getLocationContext

LocationContext getLocationContext()
Returns the LocationContext corresponding to the panel the sensor is drawed (screen/panel dimensions)


getTerminal

Terminal getTerminal()
Get a handle to the associated Terminal


getColorProfile

ColorProfile getColorProfile()
Gets the ColorProfile


markSelected

void markSelected(boolean marked)
Contract: mark the given node distinctivly, to visually indicate that it was selected within a group