Package | Description |
---|---|
org.cytoscape.view.presentation.customgraphics |
This package provides an API for augmenting a
RenderingEngine s
node rendering with custom graphics. |
Modifier and Type | Method and Description |
---|---|
CyCustomGraphics2<T> |
CyCustomGraphics2Factory.getInstance(CyCustomGraphics2<T> customGraphics)
Get a new instance of a
CyCustomGraphics2 that is a clone of the passed argument. |
CyCustomGraphics2<T> |
CyCustomGraphics2Factory.getInstance(Map<String,Object> properties)
Get a new instance of a
CyCustomGraphics2 with the passed properties. |
CyCustomGraphics2<T> |
CyCustomGraphics2Factory.getInstance(String input)
Get a new instance of a
CyCustomGraphics2 . |
Modifier and Type | Method and Description |
---|---|
Class<? extends CyCustomGraphics2<T>> |
CyCustomGraphics2Factory.getSupportedClass() |
Modifier and Type | Method and Description |
---|---|
JComponent |
CyCustomGraphics2Factory.createEditor(CyCustomGraphics2<T> customGraphics)
Creates a UI component that configures the given
CyCustomGraphics2 . |
CyCustomGraphics2<T> |
CyCustomGraphics2Factory.getInstance(CyCustomGraphics2<T> customGraphics)
Get a new instance of a
CyCustomGraphics2 that is a clone of the passed argument. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.