|
Cytoscape 2.5.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcytoscape.data.readers.VisualStyleBuilder
public class VisualStyleBuilder
Based on the graph/node/edge view information, build new Visual Style. This class accepts JAXB object called "Graphics" as input value. We can add information by adding elements to the object as attributes (Object cytoscape.generated2.Att)
Constructor Summary | |
---|---|
VisualStyleBuilder()
Creates a new VisualStyleBuilder object. |
|
VisualStyleBuilder(String newName,
Map nodeGraphics,
Map edgeGraphics,
Map globalGraphics)
Accept List of JAXB graphics objects |
Method Summary | |
---|---|
void |
buildStyle()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VisualStyleBuilder()
public VisualStyleBuilder(String newName, Map nodeGraphics, Map edgeGraphics, Map globalGraphics)
graphics
- Method Detail |
---|
public void buildStyle()
|
www.cytoscape.org | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |