Author: abeld
Date: 2009-03-15 04:26:55 -0700 (Sun, 15 Mar 2009)
New Revision: 16265
Modified:
core3/viewmodel-impl/trunk/src/main/java/org/cytoscape/view/model/internal/VisualPropertyCatalogImpl.java
Log:
remove deprecated methods that have been replaced with other ways of
registering VisualProperties of Renderers
Modified:
core3/viewmodel-impl/trunk/src/main/java/org/cytoscape/view/model/internal/VisualPropertyCatalogImpl.java
===================================================================
---
core3/viewmodel-impl/trunk/src/main/java/org/cytoscape/view/model/internal/VisualPropertyCatalogImpl.java
2009-03-15 11:24:52 UTC (rev 16264)
+++
core3/viewmodel-impl/trunk/src/main/java/org/cytoscape/view/model/internal/VisualPropertyCatalogImpl.java
2009-03-15 11:26:55 UTC (rev 16265)
@@ -67,27 +67,6 @@
/**
* DOCUMENT ME!
*
- * @param renderer
- * DOCUMENT ME!
- */
- public void addVisualPropertiesOfRenderer(final Renderer renderer) {
- throw new RuntimeException("not applicable");
- }
-
- /**
- * Add a top-level VisualProperty. Note: this is most likely _not_ what
you
- * want to use.
- *
- * @param vp
- * the VisualProperty to add
- */
- public void addVisualProperty(final VisualProperty<?> vp) {
- throw new RuntimeException("not applicable");
- }
-
- /**
- * DOCUMENT ME!
- *
* @param name
* DOCUMENT ME!
*
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---