Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicVisualLexicon
Basic Implementation of VisualLexicon.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
VisualPropertyUtil.isChildOf(VisualProperty<?> parent,
VisualProperty<?> vp,
VisualLexicon lexicon)
Check whether the given VisualProperty is a child of parent vp or not.
|
Modifier and Type | Method and Description |
---|---|
Set<VisualLexicon> |
VisualMappingManager.getAllVisualLexicon()
Returns a Set of all
VisualLexicon s. |
Constructor and Description |
---|
VisualPropertyDependency(String id,
String displayName,
Set<VisualProperty<T>> vpSet,
VisualLexicon lexicon)
Constructor.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.