Interface | Description |
---|---|
CyNetworkView |
Additional methods for CyNetworkView.
|
CyNetworkViewFactory |
Factory for
CyNetworkView objects. |
CyNetworkViewManager |
Basic access to network views in an instance of Cytoscape.
|
NullCyNetworkView |
A CyNetwork with no corresponding view.
|
NullDataType |
An empty/null data type marker interface for Visual Properties holding no actual data.
|
Range<T> |
Defines a range of values for
VisualProperty s. |
View<S> |
The base interface that defines methods used to set visual properties
for nodes, edges, and networks.
|
Visualizable |
Marker interface for data types used by higher-level Visual Properties such as NODE, EDGE, or NETWORK.
|
VisualLexicon |
A RenderingEngine should provide one, immutable lexicon implementing this interface.
|
VisualProperty<T> |
An object which represents a type of visual entity, such as node color, size, etc.
|
Class | Description |
---|---|
AbstractVisualProperty<T> |
An abstract implementation of VisualProperty that omits the methods dealing
with serializing data.
|
ContinuousRange<T> |
Defines a continuous range of values for
VisualProperty s. |
DiscreteRange<T> |
Defines a discrete range of values for
VisualProperty s. |
VisualLexiconNode |
A node in the visual property tree (lexicon).
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.