Uses of Interface
org.cytoscape.view.presentation.customgraphics.CustomGraphicLayer
-
Packages that use CustomGraphicLayer Package Description org.cytoscape.view.presentation.customgraphics This package provides an API for augmenting aRenderingEngines node rendering with custom graphics. -
-
Uses of CustomGraphicLayer in org.cytoscape.view.presentation.customgraphics
Classes in org.cytoscape.view.presentation.customgraphics with type parameters of type CustomGraphicLayer Modifier and Type Interface Description interfaceCyCustomGraphics<T extends CustomGraphicLayer>Base interface for all Custom Graphics.interfaceCyCustomGraphics2<T extends CustomGraphicLayer>Just an extension ofCyCustomGraphicswhich provides a way for the custom graphics instance to define itself as a set of properties.interfaceCyCustomGraphics2Factory<T extends CustomGraphicLayer>Factory to createCyCustomGraphics2objects.interfaceCyCustomGraphicsFactory<T extends CustomGraphicLayer>This interface provides the factory to createCyCustomGraphicsobjects.Subinterfaces of CustomGraphicLayer in org.cytoscape.view.presentation.customgraphics Modifier and Type Interface Description interfaceCy2DGraphicLayerCustom graphic layer interface that allows a custom graphics implementation to draw directly onto theCyNetworkView'sGraphics2Dobject.interfaceImageCustomGraphicLayerThis interface defines aCustomGraphicLayerthat paints an image on a node.interfacePaintedShapeMethods in org.cytoscape.view.presentation.customgraphics that return CustomGraphicLayer Modifier and Type Method Description CustomGraphicLayerCustomGraphicLayer. transform(AffineTransform xform)Return a new CustomGraphicLayer that has been transformed by the providedAffineTransform.
-