Uses of Interface
org.cytoscape.view.presentation.customgraphics.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
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionClass<? extends CyCustomGraphics>
CyCustomGraphicsFactory.getSupportedClass()
Returns the class that this factory creates.