| Package | Description |
|---|---|
| org.cytoscape.view.presentation.customgraphics |
This package provides an API for augmenting a
RenderingEngines
node rendering with custom graphics. |
| org.cytoscape.view.presentation.property.values |
Interfaces for VisualPropertyValues -- ArrowShape, LineType and NodeShape
|
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrowShape
Marker interface representing edge end shape (arrow).
|
interface |
LineType
Marker interface for line types.
|
interface |
MappableVisualPropertyValue
This is a special
VisualPropertyValue that allows a VisualProperty value
to be specified as depending on one or more CyColumns. |
interface |
NodeShape
Marker interface for node shapes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVisualPropertyValue
Base class for all
VisualPropertyValue. |
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.