← Revision 2 as of 2009-04-20 18:04:05
Size: 614
Comment:
|
← Revision 3 as of 2009-04-20 21:17:57 →
Size: 725
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 14: | Line 14: |
* Visual Style name combo box contains actual VS. This is the ''currentVisualStyle'' for all GUI component. |
VizMapper User Interface Design for New Pluggable Renderer
Status
- Outline wrote by Kei (4/2/2009)
Introduction
From Cytoscape 3, rendering engine is pluggable. This means VizMapper GUI should support multiple rendering engines. This document is a developer's guide for how to use new GUI with custom rendering engine.
Design
New Concepts
- Default Visual Style - this concept is now a part of GUI, not the VMM. It is managed by the GUI bundle.
- No more Calculators - Mapping does not have calculators.
Visual Style name combo box contains actual VS. This is the currentVisualStyle for all GUI component.
Default Editor