use of org.cytoscape.io.internal.util.vizmap.model.VisualStyle in project cytoscape-impl by cytoscape.
the class CalculatorConverterTest method setUp.
@Before
public void setUp() throws Exception {
props = new Properties();
props.setProperty("globalAppearanceCalculator.My style.defaultBackgroundColor", "255,255,255");
vs = new VisualStyle();
vs.setNetwork(new Network());
vs.setNode(new Node());
vs.setEdge(new Edge());
}
Aggregations