Uses of Interface
org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
-
Packages that use CyCustomGraphics Package Description org.cytoscape.view.presentation.customgraphics This package provides an API for augmenting aRenderingEngine
s node rendering with custom graphics. -
-
Uses of CyCustomGraphics in org.cytoscape.view.presentation.customgraphics
Subinterfaces of CyCustomGraphics in org.cytoscape.view.presentation.customgraphics Modifier and Type Interface Description interface
CyCustomGraphics2<T extends CustomGraphicLayer>
Just an extension ofCyCustomGraphics
which provides a way for the custom graphics instance to define itself as a set of properties.Methods in org.cytoscape.view.presentation.customgraphics that return CyCustomGraphics Modifier and Type Method Description 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 Modifier and Type Method Description Class<? extends CyCustomGraphics>
CyCustomGraphicsFactory. getSupportedClass()
Return the class that this factory creates.
-