|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.editor.editors.MapBioMoleculeEditorToVisualStyle
creates visual style that is to be used by the SimpleBioMoleculeEditor
Field Summary | |
static java.lang.String |
ACTIVATION
|
static java.lang.String |
BIOMOLECULE_VISUAL_STYLE
|
static java.lang.String |
CATALYSIS
|
static java.lang.String |
EDGE_TYPE
Cytoscape Attribute: Edge Type. |
static java.lang.String |
INHIBITION
|
static java.lang.String |
NODE_TYPE
Cytoscape Attribute: Node Type. |
Constructor Summary | |
MapBioMoleculeEditorToVisualStyle()
|
Method Summary | |
cytoscape.visual.VisualStyle |
createVizMapper()
Creates a New BioMolecule VizMapper. |
void |
defineVisualStyle(cytoscape.visual.VisualStyle bpVisualStyle,
cytoscape.visual.VisualMappingManager manager,
cytoscape.visual.CalculatorCatalog catalog)
Create the mappings for Node shape, color, and Edge target arrow, line type for this visual style |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String BIOMOLECULE_VISUAL_STYLE
public static final java.lang.String NODE_TYPE
public static final java.lang.String EDGE_TYPE
public static final java.lang.String ACTIVATION
public static final java.lang.String INHIBITION
public static final java.lang.String CATALYSIS
Constructor Detail |
public MapBioMoleculeEditorToVisualStyle()
Method Detail |
public cytoscape.visual.VisualStyle createVizMapper()
public void defineVisualStyle(cytoscape.visual.VisualStyle bpVisualStyle, cytoscape.visual.VisualMappingManager manager, cytoscape.visual.CalculatorCatalog catalog)
bpVisualStyle
- manager
- catalog
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |