Uses of Interface
org.cytoscape.view.model.VisualLexicon
Packages that use 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
Methods in org.cytoscape.view.model with parameters of type VisualLexiconModifier 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
Methods in org.cytoscape.view.model.table with parameters of type VisualLexiconModifier 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
Methods in org.cytoscape.view.presentation that return VisualLexiconModifier 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
Classes in org.cytoscape.view.presentation.property that implement VisualLexiconModifier and TypeClassDescriptionclass
Reusable template implementation of VisualLexicon.class
Basic Implementation of VisualLexicon.Methods in org.cytoscape.view.presentation.property with parameters of type VisualLexiconModifier 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
Classes in org.cytoscape.view.presentation.property.table that implement VisualLexicon -
Uses of VisualLexicon in org.cytoscape.view.vizmap
Methods in org.cytoscape.view.vizmap that return types with arguments of type VisualLexiconModifier and TypeMethodDescriptionTableVisualMappingManager.getAllVisualLexicon()
Returns a Set of allVisualLexicon
s.VisualMappingManager.getAllVisualLexicon()
Returns a Set of allVisualLexicon
s.Constructors in org.cytoscape.view.vizmap with parameters of type VisualLexiconModifierConstructorDescriptionVisualPropertyDependency(String id, String displayName, Set<VisualProperty<T>> vpSet, VisualLexicon lexicon)
Constructor.