Uses of Interface
org.cytoscape.view.presentation.customgraphics.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
Modifier 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.Modifier and TypeMethodDescriptionClass<? extends CyCustomGraphics2<T>>
CyCustomGraphics2Factory.getSupportedClass()
Modifier 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.