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 | Interface and Description |
---|---|
interface |
CyCustomGraphics2<T extends CustomGraphicLayer>
Just an extension of
CyCustomGraphics which provides a way for the custom graphics instance
to define itself as a set of properties. |
Modifier and Type | Method and Description |
---|---|
CyCustomGraphics<T> |
CyCustomGraphicsFactory.getInstance(String input)
Get a new instance of the CyCustomGraphics.
|
CyCustomGraphics<T> |
CyCustomGraphicsFactory.getInstance(URL url)
Get a new instance of the CyCustomGraphics based on pulling the data
from a URL.
|
CyCustomGraphics<T> |
CyCustomGraphicsFactory.parseSerializableString(String string)
Create a new CyCustomGraphics object by parsing the string
resulting from the toSerializableString() method.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends CyCustomGraphics> |
CyCustomGraphicsFactory.getSupportedClass()
Return the class that this factory creates.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.