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 |
CyCustomGraphics<T extends CustomGraphicLayer>
Base interface for all Custom Graphics.
|
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. |
interface |
CyCustomGraphics2Factory<T extends CustomGraphicLayer>
Factory to create
CyCustomGraphics2 objects. |
interface |
CyCustomGraphicsFactory<T extends CustomGraphicLayer>
This interface provides the factory to create
CyCustomGraphics objects. |
Modifier and Type | Interface and Description |
---|---|
interface |
Cy2DGraphicLayer
Custom graphic layer interface that allows a custom graphics implementation to draw directly onto the
CyNetworkView 's Graphics2D object. |
interface |
ImageCustomGraphicLayer
This interface defines a
CustomGraphicLayer that
paints an image on a node. |
interface |
PaintedShape
|
Modifier and Type | Method and Description |
---|---|
CustomGraphicLayer |
CustomGraphicLayer.transform(AffineTransform xform)
Return a new CustomGraphicLayer that has been transformed by the
provided
AffineTransform . |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.