Uses of Interface
org.cytoscape.view.presentation.customgraphics.CyCustomGraphics
Packages that use CyCustomGraphics
Package
Description
This package provides an API for augmenting a
RenderingEngines
node rendering with custom graphics.-
Uses of CyCustomGraphics in org.cytoscape.view.presentation.customgraphics
Subinterfaces of CyCustomGraphics in org.cytoscape.view.presentation.customgraphicsModifier and TypeInterfaceDescriptioninterfaceCyCustomGraphics2<T extends CustomGraphicLayer>Just an extension ofCyCustomGraphicswhich 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.