Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02 - Aufgabe 3 - Prototype: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
Line 2: Line 2:




=TileMap=
=Project TileMap=
 
==Authors==  
==Authors==  
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]
[[Teaching:TUW - UE InfoVis WS 2006/07 - Gruppe 02|Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)]]
==Task Description==
==Task Description==
The task was to implement an application for data visualisation, using the tilemaps technique. Further the java based toolkit prefuse should be used. For further information on this technique, visit our more detailed description [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_01_-_Aufgabe_3_-_Technique|SpiraClock-Technique]]
==Implementation Details==
==Implementation Details==
This class parses the input data ( csv ), writes the data into a table, creates the visualisation and maps the data. It includes all the interaction and finally prints the result on the screen.
==Screenshot==
==Screenshot==
==Used Toolkits==
==Used Toolkits==
Prefuse Information Visualization Toolkit
==Links==
==Links==
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02|Gruppe 2]]
* [[Teaching:TUW_-_UE_InfoVis_WS_2006/07_-_Gruppe_02_-_Aufgabe_3_-_Technique|Technique]]

Revision as of 01:39, 5 January 2007


Project TileMap

Authors

Gruppe 02 (Diesenreiter, Weixelbaumer, Felkel, Maier)

Task Description

The task was to implement an application for data visualisation, using the tilemaps technique. Further the java based toolkit prefuse should be used. For further information on this technique, visit our more detailed description SpiraClock-Technique

Implementation Details

This class parses the input data ( csv ), writes the data into a table, creates the visualisation and maps the data. It includes all the interaction and finally prints the result on the screen.

Screenshot

Used Toolkits

Prefuse Information Visualization Toolkit

Links