Uses of Interface
org.cytoscape.view.presentation.customgraphics.CyCustomGraphics2
Packages that use CyCustomGraphics2
Package
Description
This package provides an API for augmenting a
RenderingEngine
s
node rendering with custom graphics.-
Uses of CyCustomGraphics2 in org.cytoscape.view.presentation.customgraphics
Methods in org.cytoscape.view.presentation.customgraphics that return CyCustomGraphics2Modifier and TypeMethodDescriptionCyCustomGraphics2Factory.getInstance(String input)
Get a new instance of aCyCustomGraphics2
.CyCustomGraphics2Factory.getInstance(Map<String,Object> properties)
Get a new instance of aCyCustomGraphics2
with the passed properties.CyCustomGraphics2Factory.getInstance(CyCustomGraphics2<T> customGraphics)
Get a new instance of aCyCustomGraphics2
that is a clone of the passed argument.Methods in org.cytoscape.view.presentation.customgraphics that return types with arguments of type CyCustomGraphics2Modifier and TypeMethodDescriptionClass<? extends CyCustomGraphics2<T>>
CyCustomGraphics2Factory.getSupportedClass()
Methods in org.cytoscape.view.presentation.customgraphics with parameters of type CyCustomGraphics2Modifier and TypeMethodDescriptionCyCustomGraphics2Factory.createEditor(CyCustomGraphics2<T> customGraphics)
Creates a UI component that configures the givenCyCustomGraphics2
.CyCustomGraphics2Factory.getInstance(CyCustomGraphics2<T> customGraphics)
Get a new instance of aCyCustomGraphics2
that is a clone of the passed argument.