de.cau.cs.kieler.kvid.visual
Interface IDrawer

All Known Implementing Classes:
GmfDrawer

public interface IDrawer

A drawer which will draw the data on the UI somehow. Implement this to support a different UI than eclipse with GMF.

Rating red

Method Summary
 void clearDrawing()
          Removes KViD drawings from the UI.
 void draw(HashMap<KvidUri,DataObject> dataSet)
          Draws the given data to the UI.
 

Method Detail

draw

void draw(HashMap<KvidUri,DataObject> dataSet)
Draws the given data to the UI.

Parameters:
dataSet - The data to visualize on the UI

clearDrawing

void clearDrawing()
Removes KViD drawings from the UI.