- Prefuse
Prefuse is a Java-based
toolkit for building interactiveinformation visualization applications. It supports a rich set of features fordata modeling ,visualization , and interaction. It provides optimizeddata structures for tables,graphs , andtrees , a host of layout and visual encoding techniques, and support foranimation , dynamic queries, integrated search, and database connectivity.Prefuse is written in Java, using the
Java 2D graphics library , and is easily integrated intoJava Swing applications or web applets. Prefuse is licensed under the terms of aBSD license , and can be freely used for both commercial and non-commercial purposes.Overview
Prefuse is an extensible
software framework for helping software developers create interactiveinformation visualization applications using the Java programming language. It can be used to build standalone applications, visual components embedded in larger applications, and web applets. Prefuse intends to greatly simplify the processes of representing and efficiently handing data, mapping data to visual representations (e.g., through spatial position, size, shape, color, etc), and interacting with the data. Some of the features of prefuse include:*
Table ,Graph , andTree data structures supporting arbitrary data attributes, data indexing, and selection queries, all with an efficient memory footprint.
* Components for layout, color, size, and shape encodings, distortion techniques, animation, and more.
* A library of interaction controls for common interactive, direct-manipulation operations.
* Animation support through a general activity scheduling mechanism.
* View transformations supporting panning and zooming, including both geometric and semantic zooming.
*Dynamic queries for interactive filtering of data.
* Integrated text search using a number of availablesearch engines .
* A physical forcesimulation engine for dynamic layout and animation.
* Flexibility for multiple views, including "overview+detail" and "small multiples" displays.
* A built in,SQL -like expression language for writingqueries to prefusedata structures and creating derived data fields.
* Support for issuing queries to SQLdatabases andmapping query results into prefuse data structures.(and perhaps most importantly)
* Simple, developer-friendlyAPI s for creating custom processing, interaction, and rendering components.Prefuse has been used in school course projects, academic and
industrial research , and commercialsoftware development .Architecture
The design of the prefuse toolkit is based upon the
information visualization reference model , a software architecture pattern that breaks up the visualization process into a series of discrete steps, from data acquisition and modeling to the visual encoding of data to the presentation of interactive displays.Prefuse: a toolkit for interactive information visualization provides more details on implementation and evaluation. [Jeffrey Heer,
Stuart K. Card and James A. Landay (2005). [http://bid.berkeley.edu/files/papers/2005-prefuse-CHI.pdf" prefuse: a toolkit for interactive information visualization"] . In: "Proceedings of the SIGCHI conference on Human factors in computing systems": 421-430, Portland, Oregon, USA: ACM.]The
information visualization reference model was developed in the Ph.D. thesis work of Ed Chi, under the name of thedata state model . Chi showed that the framework successfully modeled a wide array of visualization applications and later showed that the model was functionally equivalent to the data flow model used in existing graphics toolkits such as VTK. In their book Card, Mackinlay, and Shneiderman present their own interpretation of this pattern, dubbing it theinformation visualization reference model . [Jock D. Mackinlay Stuart K. Card, Ben Shneiderman (eds.) (1999). "Readings in information visualization: using vision to think". Morgan Kaufmann Publishers Inc, p.686.]ee also
*
Rhizome Navigation References
External links
* [http://prefuse.org/ Prefuse] , with [http://prefuse.org/gallery/ gallery of projects using Prefuse] .
Wikimedia Foundation. 2010.