Author: kono
Date: 2010-09-20 18:24:26 -0700 (Mon, 20 Sep 2010)
New Revision: 21960
Modified:
core3/vizmap-api/branches/vp-tree/src/test/java/org/cytoscape/view/vizmap/AbstractVisualStyleTest.java
Log:
Refactored version of visual property tree. Tree structure is now managed in
wrapper object VisualLexiconNode.
Modified:
core3/vizmap-api/branches/vp-tree/src/test/java/org/cytoscape/view/vizmap/AbstractVisualStyleTest.java
===================================================================
---
core3/vizmap-api/branches/vp-tree/src/test/java/org/cytoscape/view/vizmap/AbstractVisualStyleTest.java
2010-09-21 01:23:44 UTC (rev 21959)
+++
core3/vizmap-api/branches/vp-tree/src/test/java/org/cytoscape/view/vizmap/AbstractVisualStyleTest.java
2010-09-21 01:24:26 UTC (rev 21960)
@@ -25,15 +25,6 @@
protected VisualLexicon lexicon;
-
- @Before
- public void setUp() throws Exception {
- // Create root node.
- final VisualProperty<NullDataType> twoDRoot = new
NullVisualProperty(
- "TWO_D_ROOT", "2D Root Visual Property");
-
- lexicon = new TwoDVisualLexicon(twoDRoot);
- }
@After
public void tearDown() throws Exception {
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.