Uses of Interface
org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
Packages that use CyCustomGraphics
Package
Description
This package provides an API for augmenting a
RenderingEngine
s
node rendering with custom graphics.-
Uses of CyCustomGraphics in org.cytoscape.view.presentation.customgraphics
Subinterfaces of CyCustomGraphics in org.cytoscape.view.presentation.customgraphicsModifier and TypeInterfaceDescriptioninterface
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 CyCustomGraphicsModifier and TypeMethodDescriptionCyCustomGraphicsFactory.getInstance(String input)
Get a new instance of the CyCustomGraphics.CyCustomGraphicsFactory.getInstance(URL url)
Get a new instance of the CyCustomGraphics based on pulling the data from a URL.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 CyCustomGraphicsModifier and TypeMethodDescriptionClass<? extends CyCustomGraphics>
CyCustomGraphicsFactory.getSupportedClass()
Returns the class that this factory creates.