Uses of Class
de.cau.cs.kieler.kvid.data.DataObject

Packages that use DataObject
de.cau.cs.kieler.kvid.datadistributor Package to hold classes responsible for data deliverance. 
de.cau.cs.kieler.kvid.visual Package holding classes which visually represent data or draw and animate them. 
 

Uses of DataObject in de.cau.cs.kieler.kvid.datadistributor
 

Methods in de.cau.cs.kieler.kvid.datadistributor that return DataObject
 DataObject DataDistributor.getDataObjectByURI(KvidUri uri)
          Getter for a DataObject by it's model element's URI.
 

Methods in de.cau.cs.kieler.kvid.datadistributor that return types with arguments of type DataObject
 HashMap<KvidUri,DataObject> DataDistributor.getData()
          Getter for the data table.
 

Uses of DataObject in de.cau.cs.kieler.kvid.visual
 

Methods in de.cau.cs.kieler.kvid.visual that return DataObject
 DataObject GmfFigure.getData()
          Getter for the visualized DataObject.
 DataObject GmfGraphicsFigure.getData()
          Deprecated. Getter for the visualized DataObject.
 DataObject IKvidFigure.getData()
          Getter for the visualized DataObject.
 

Methods in de.cau.cs.kieler.kvid.visual with parameters of type DataObject
 void GmfFigure.updateData(DataObject thedata)
          Update the displayed data and create new visuals.
 void GmfGraphicsFigure.updateData(DataObject thedata)
          Deprecated. Update the displayed data and create new visuals.
 void IKvidFigure.updateData(DataObject thedata)
          Update the displayed data and create new visuals.
 

Method parameters in de.cau.cs.kieler.kvid.visual with type arguments of type DataObject
 void GmfDrawer.draw(HashMap<KvidUri,DataObject> dataSet)
          Draws the given data to the UI.
 void IDrawer.draw(HashMap<KvidUri,DataObject> dataSet)
          Draws the given data to the UI.
 

Constructors in de.cau.cs.kieler.kvid.visual with parameters of type DataObject
GmfFigure(DataObject thedata)
          Constructs a new figure for the given data.
GmfGraphicsFigure(DataObject thedata, RenderedImage image)
          Deprecated. Constructor which expects a RenderedImage.