Search in sources :

Example 1 with VisualStyle

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());
}
Also used : Network(org.cytoscape.io.internal.util.vizmap.model.Network) CyNetwork(org.cytoscape.model.CyNetwork) CyNode(org.cytoscape.model.CyNode) Node(org.cytoscape.io.internal.util.vizmap.model.Node) VisualStyle(org.cytoscape.io.internal.util.vizmap.model.VisualStyle) Properties(java.util.Properties) Edge(org.cytoscape.io.internal.util.vizmap.model.Edge) CyEdge(org.cytoscape.model.CyEdge) Before(org.junit.Before)

Aggregations

Properties (java.util.Properties)1 Edge (org.cytoscape.io.internal.util.vizmap.model.Edge)1 Network (org.cytoscape.io.internal.util.vizmap.model.Network)1 Node (org.cytoscape.io.internal.util.vizmap.model.Node)1 VisualStyle (org.cytoscape.io.internal.util.vizmap.model.VisualStyle)1 CyEdge (org.cytoscape.model.CyEdge)1 CyNetwork (org.cytoscape.model.CyNetwork)1 CyNode (org.cytoscape.model.CyNode)1 Before (org.junit.Before)1