RenderingEngines
node rendering with custom graphics.See: Description
| Interface | Description |
|---|---|
| CustomGraphicLayer |
This interface defines the minimum interface to
add a custom graphics to a
CyNode. |
| Cy2DGraphicLayer |
Custom graphic layer interface that allows a custom graphics implementation to draw directly onto the
CyNetworkView's Graphics2D object. |
| CyCustomGraphics<T extends CustomGraphicLayer> |
Base interface for all Custom Graphics.
|
| 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. |
| CyCustomGraphics2Factory<T extends CustomGraphicLayer> |
Factory to create
CyCustomGraphics2 objects. |
| CyCustomGraphicsFactory<T extends CustomGraphicLayer> |
This interface provides the factory to create
CyCustomGraphics objects. |
| ImageCustomGraphicLayer |
This interface defines a
CustomGraphicLayer that
paints an image on a node. |
| PaintedShape |
RenderingEngines
node rendering with custom graphics.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.