Uses of Interface
org.cytoscape.view.model.VisualLexicon
-
Packages that use VisualLexicon Package Description org.cytoscape.view.model Module for View Models and Visual Properties.org.cytoscape.view.presentation API set for rendering engines (visualizers).org.cytoscape.view.presentation.property Implementations of basic VisualProperty objects and VisualLexicons.org.cytoscape.view.vizmap Visual Mapping basic API module. -
-
Uses of VisualLexicon in org.cytoscape.view.model
Methods in org.cytoscape.view.model with parameters of type VisualLexicon Modifier and Type Method Description CyNetworkViewFactoryConfig
CyNetworkViewFactoryProvider. 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.CyNetworkViewFactory
CyNetworkViewFactoryProvider. createNetworkViewFactory(VisualLexicon lexicon, String rendererID, CyNetworkViewFactoryConfig config)
Creates a CyNetworkViewFactory. -
Uses of VisualLexicon in org.cytoscape.view.presentation
Methods in org.cytoscape.view.presentation that return VisualLexicon Modifier and Type Method Description VisualLexicon
RenderingEngineManager. getDefaultVisualLexicon()
Provide defaultVisualLexicon
from a default engine factory.VisualLexicon
RenderingEngine. getVisualLexicon()
Provide all compatible Visual Properties as a VisualLexicon.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 VisualLexicon Modifier and Type Class Description class
BasicVisualLexicon
Basic Implementation of VisualLexicon.Methods in org.cytoscape.view.presentation.property with parameters of type VisualLexicon Modifier and Type Method Description static 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.vizmap
Methods in org.cytoscape.view.vizmap that return types with arguments of type VisualLexicon Modifier and Type Method Description Set<VisualLexicon>
VisualMappingManager. getAllVisualLexicon()
Returns a Set of allVisualLexicon
s.Constructors in org.cytoscape.view.vizmap with parameters of type VisualLexicon Constructor Description VisualPropertyDependency(String id, String displayName, Set<VisualProperty<T>> vpSet, VisualLexicon lexicon)
Constructor.
-