Uses of Interface
org.cytoscape.view.model.VisualLexicon
Package
Description
Module for View Models and Visual Properties.
API set for rendering engines (visualizers).
Implementations of basic VisualProperty objects and VisualLexicons.
Visual Mapping basic API module.
-
Uses of VisualLexicon in org.cytoscape.view.model
Modifier and TypeMethodDescriptionCyNetworkViewFactoryProvider.createConfig
(VisualLexicon lexicon) Create a default configuration object for the given VisualLexicon.default CyNetworkViewFactory
CyNetworkViewFactoryProvider.createNetworkViewFactory
(VisualLexicon lexicon, String rendererID) Creates a CyNetworkViewFactory with a default CyNetworkViewConfig that supports standard 2D rendering.CyNetworkViewFactoryProvider.createNetworkViewFactory
(VisualLexicon lexicon, String rendererID, CyNetworkViewFactoryConfig config) Creates a CyNetworkViewFactory. -
Uses of VisualLexicon in org.cytoscape.view.model.table
Modifier and TypeMethodDescriptionCyTableViewFactoryProvider.createTableViewFactory
(VisualLexicon lexicon, String rendererID) Returns a CyTableViewFactory for the given lexicon and with the given ID. -
Uses of VisualLexicon in org.cytoscape.view.presentation
Modifier and TypeMethodDescriptionRenderingEngineManager.getDefaultTableVisualLexicon()
Provide default tableVisualLexicon
from a default engine factory.RenderingEngineManager.getDefaultVisualLexicon()
Provide default networkVisualLexicon
from a default engine factory.RenderingEngine.getVisualLexicon()
Provide all compatible Visual Properties as a VisualLexicon.RenderingEngineFactory.getVisualLexicon()
Returns supported VisualLexicon supported by this rendering engine implementation. -
Uses of VisualLexicon in org.cytoscape.view.presentation.property
Modifier and TypeClassDescriptionclass
Reusable template implementation of VisualLexicon.class
Basic Implementation of VisualLexicon.Modifier and TypeMethodDescriptionstatic boolean
VisualPropertyUtil.isChildOf
(VisualProperty<?> parent, VisualProperty<?> vp, VisualLexicon lexicon) Check whether the given VisualProperty is a child of parent vp or not. -
Uses of VisualLexicon in org.cytoscape.view.presentation.property.table
-
Uses of VisualLexicon in org.cytoscape.view.vizmap
Modifier and TypeMethodDescriptionTableVisualMappingManager.getAllVisualLexicon()
Returns a Set of allVisualLexicon
s.VisualMappingManager.getAllVisualLexicon()
Returns a Set of allVisualLexicon
s.ModifierConstructorDescriptionVisualPropertyDependency
(String id, String displayName, Set<VisualProperty<T>> vpSet, VisualLexicon lexicon) Constructor.