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 CyNetworkViewFactoryConfigCyNetworkViewFactoryProvider. createConfig(VisualLexicon lexicon)Create a default configuration object for the given VisualLexicon.default CyNetworkViewFactoryCyNetworkViewFactoryProvider. createNetworkViewFactory(VisualLexicon lexicon, String rendererID)Creates a CyNetworkViewFactory with a default CyNetworkViewConfig that supports standard 2D rendering.CyNetworkViewFactoryCyNetworkViewFactoryProvider. 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 VisualLexiconRenderingEngineManager. getDefaultVisualLexicon()Provide defaultVisualLexiconfrom a default engine factory.VisualLexiconRenderingEngine. getVisualLexicon()Provide all compatible Visual Properties as a VisualLexicon.VisualLexiconRenderingEngineFactory. 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 classBasicVisualLexiconBasic Implementation of VisualLexicon.Methods in org.cytoscape.view.presentation.property with parameters of type VisualLexicon Modifier and Type Method Description static booleanVisualPropertyUtil. 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 allVisualLexicons.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.
-