|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisualLexicon | |
---|---|
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.presentation |
---|
Methods in org.cytoscape.view.presentation that return VisualLexicon | |
---|---|
VisualLexicon |
RenderingEngineManager.getDefaultVisualLexicon()
Provide default VisualLexicon from a default engine factory. |
VisualLexicon |
RenderingEngineFactory.getVisualLexicon()
Returns supported VisualLexicon supported by this rendering engine implementation. |
VisualLexicon |
RenderingEngine.getVisualLexicon()
Provide all compatible Visual Properties as a VisualLexicon. |
Uses of VisualLexicon in org.cytoscape.view.presentation.property |
---|
Classes in org.cytoscape.view.presentation.property that implement VisualLexicon | |
---|---|
class |
BasicVisualLexicon
Basic Implementation of VisualLexicon. |
Methods in org.cytoscape.view.presentation.property with parameters of type VisualLexicon | |
---|---|
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 | |
---|---|
Set<VisualLexicon> |
VisualMappingManager.getAllVisualLexicon()
Returns a Set of all VisualLexicon s. |
Constructors in org.cytoscape.view.vizmap with parameters of type VisualLexicon | |
---|---|
VisualPropertyDependency(String displayName,
Set<VisualProperty<T>> vpSet,
VisualLexicon lexicon)
Constructor. |
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |