Differences between revisions 4 and 5
Revision 4 as of 2009-07-16 01:17:15
Size: 1108
Editor: KeiichiroOno
Comment:
Revision 5 as of 2009-07-16 01:36:10
Size: 1440
Editor: KeiichiroOno
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
There are 3 interfaces in Presentation API bundle:

 * Visualizer
 * VisualItemRenderer
 * VisualizerFactory

==== Discussion ====
Our overall design (model-view-presentation) does not completely equivalent to typical scene graph used in many 3D visualizers.
This design is inspired by Prefuse Visualization Toolkit.
Line 30: Line 40:
==== Visualize Attributes ==== Visualize Attributes ====

Presentation Layer

Updated on July 15, 2009 by KeiOno

Introduction

Presentation layer is the set of actual classes which draws network graphics. From 3.0, Cytoscpae can have multiple presentation per view. This means multiple rendering engines can co-exist in an instance of Cytoscape.

Design

Definitions

Data Model

View Model
  • A map from Visual Property type to a value (color, size, ...)
  • One View Model is always associated with a data model.
  • A data model can have multiple View Models.

Presentation
  • Presentation is a visualization of View Model. A View Model can have multiple presentations. In reality, presentation represents a drawing on AWT Canvas or other Swing Components.

API

There are 3 interfaces in Presentation API bundle:

Discussion

Our overall design (model-view-presentation) does not completely equivalent to typical scene graph used in many 3D visualizers. This design is inspired by Prefuse Visualization Toolkit.

SceneRenderer

ComponentRenderer

Case Study

Visualize Attributes

Relationship between Presentation Layer and Other Modules

VizMap

Outdated_Cytoscape_3.0/PresentationDiscussions (last edited 2011-02-24 15:32:17 by PietMolenaar)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux