Cytoscape 3.0.1 API

Uses of Interface
org.cytoscape.view.presentation.customgraphics.CyCustomGraphics

Packages that use CyCustomGraphics
org.cytoscape.view.presentation.customgraphics This package provides an API for augmenting a RenderingEngines node rendering with custom graphics. 
 

Uses of CyCustomGraphics in org.cytoscape.view.presentation.customgraphics
 

Methods in org.cytoscape.view.presentation.customgraphics that return CyCustomGraphics
 CyCustomGraphics<T> CyCustomGraphicsFactory.getInstance(String input)
          Get a new instance of the CyCustomGraphics.
 CyCustomGraphics<T> CyCustomGraphicsFactory.getInstance(URL url)
          Get a new instance of the CyCustomGraphics based on pulling the data from a URL.
 CyCustomGraphics<T> CyCustomGraphicsFactory.parseSerializableString(String string)
          Create a new CyCustomGraphics object by parsing the string resulting from the toSerializableString() method.
 

Methods in org.cytoscape.view.presentation.customgraphics that return types with arguments of type CyCustomGraphics
 Class<? extends CyCustomGraphics> CyCustomGraphicsFactory.getSupportedClass()
          Return the class that this factory creates.
 


Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.