Package org.cytoscape.view.model
package org.cytoscape.view.model
Module for View Models and Visual Properties.
-
ClassDescriptionAn abstract implementation of VisualProperty that omits the methods dealing with serializing data.Defines a continuous range of values for
VisualProperty
s.Additional methods for CyNetworkView.Factory forCyNetworkView
objects.Used to configure the behavior ofCyNetworkView
objects created using theCyNetworkViewFactoryFactory
service.A singleton factory that is used to createCyNetworkViewFactory
objects.Callback interface for use withCyNetworkView
instances that are created fromCyNetworkViewFactoryProvider
factories.Basic access to network views in an instance of Cytoscape.An immutable snapshot of aCyNetworkView
created using theCyNetworkView.createSnapshot()
method.Defines a discrete range of values forVisualProperty
s.A CyNetwork with no corresponding view.An empty/null data type marker interface for Visual Properties holding no actual data.Range<T>Defines a range of values forVisualProperty
s.Contains additional info about aView<CyEdge>
obtained from aCyNetworkViewSnapshot
.Contains additional info about aView<CyNode>
obtained from aCyNetworkViewSnapshot
.View<S>The base interface that defines methods used to set visual properties for nodes, edges, and networks.Marker interface for data types used by higher-level Visual Properties such as NODE, EDGE, or NETWORK.A RenderingEngine should provide one, immutable lexicon implementing this interface.A node in the visual property tree (lexicon).An object which represents a type of visual entity, such as node color, size, etc.