views
Interface IImagePanelWorker

All Known Implementing Classes:
ImageViewer

public interface IImagePanelWorker

This interface must be implemented by the container holding an ImagePanel.

Author:
Leo Bosnjak

Method Summary
 void recreateImage()
          redraws the planetlab map-image either only with the scenario-nodes or with all nodes either with or without edges
 void showImagePopup(java.awt.Component c, int x, int y, java.awt.Point point)
          creates and opens the popup menu for a Node on a position in the image
 

Method Detail

recreateImage

void recreateImage()
redraws the planetlab map-image either only with the scenario-nodes or with all nodes either with or without edges


showImagePopup

void showImagePopup(java.awt.Component c,
                    int x,
                    int y,
                    java.awt.Point point)
creates and opens the popup menu for a Node on a position in the image

Parameters:
c -
x -
y -
point -