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