Package org.cytoscape.view.presentation.customgraphics
package org.cytoscape.view.presentation.customgraphics
This package provides an API for augmenting a
RenderingEngine
s
node rendering with custom graphics.-
InterfaceDescriptionThis interface defines the minimum interface to add a custom graphics to a
CyNode
.Custom graphic layer interface that allows a custom graphics implementation to draw directly onto theCyNetworkView
'sGraphics2D
object.CyCustomGraphics<T extends CustomGraphicLayer>Base interface for all Custom Graphics.CyCustomGraphics2<T extends CustomGraphicLayer>Just an extension ofCyCustomGraphics
which provides a way for the custom graphics instance to define itself as a set of properties.CyCustomGraphics2Factory<T extends CustomGraphicLayer>Factory to createCyCustomGraphics2
objects.CyCustomGraphicsFactory<T extends CustomGraphicLayer>This interface provides the factory to createCyCustomGraphics
objects.This interface defines aCustomGraphicLayer
that paints an image on a node.