Author: kono
Date: 2010-06-25 14:27:46 -0700 (Fri, 25 Jun 2010)
New Revision: 20663
Removed:
cytoscape/trunk/src/cytoscape/visual/customgraphic/experimental/GoogleChartRenderer.java
Log:
Unused class removed.
Deleted:
cytoscape/trunk/src/cytoscape/visual/customgraphic/experimental/GoogleChartRenderer.java
===================================================================
---
cytoscape/trunk/src/cytoscape/visual/customgraphic/experimental/GoogleChartRenderer.java
2010-06-25 20:48:19 UTC (rev 20662)
+++
cytoscape/trunk/src/cytoscape/visual/customgraphic/experimental/GoogleChartRenderer.java
2010-06-25 21:27:46 UTC (rev 20663)
@@ -1,39 +0,0 @@
-package cytoscape.visual.customgraphic.experimental;
-
-import java.util.Collection;
-import java.util.HashMap;
-import java.util.Map;
-
-import cytoscape.visual.customgraphic.CyCustomGraphics;
-import cytoscape.visual.mappings.CustomGraphicsRangeValueRenderer;
-
-public class GoogleChartRenderer<T extends Collection<?>> implements
CustomGraphicsRangeValueRenderer<T> {
-
- private final Class<T> type;
-
- private final Map<T, CyCustomGraphics<?>> graphicsMap;
-
-// private static final String url =
"http://chart.apis.google.com/chart?cht=ls&chs=300x300&chds=0,1,0,1&chxr=0,0,1&chma=5,5,5,5&"
+
-// "chd=t:" + dataString +
"&chdl=wt|mutant&chco=FF0000,00FF00&chxt=y&chtt=" + node.getIdentifier();
-//
- public GoogleChartRenderer(final Class<T> compatibleDataType) {
- this.type = compatibleDataType;
- graphicsMap = new HashMap<T, CyCustomGraphics<?>>();
- }
-
-
-
- public CyCustomGraphics<?> create(T value) {
- for(Object v: value) {
-
- }
- return null;
- }
-
- public void flush() {
-
- }
-
-
-
-}
--
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.