Uses of Interface
org.cytoscape.view.presentation.customgraphics.CustomGraphicLayer
Package
Description
This package provides an API for augmenting a
RenderingEngine
s
node rendering with custom graphics.-
Uses of CustomGraphicLayer in org.cytoscape.view.presentation.customgraphics
Modifier and TypeInterfaceDescriptioninterface
CyCustomGraphics<T extends CustomGraphicLayer>
Base interface for all Custom Graphics.interface
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.interface
CyCustomGraphics2Factory<T extends CustomGraphicLayer>
Factory to createCyCustomGraphics2
objects.interface
CyCustomGraphicsFactory<T extends CustomGraphicLayer>
This interface provides the factory to createCyCustomGraphics
objects.Modifier and TypeInterfaceDescriptioninterface
Custom graphic layer interface that allows a custom graphics implementation to draw directly onto theCyNetworkView
'sGraphics2D
object.interface
This interface defines aCustomGraphicLayer
that paints an image on a node.interface
Modifier and TypeMethodDescriptionCustomGraphicLayer.transform
(AffineTransform xform) Return a new CustomGraphicLayer that has been transformed by the providedAffineTransform
.