use of org.cytoscape.ding.impl.HandleImpl in project cytoscape-impl by cytoscape.
the class EdgeBendTest method testEdgeBend.
@Test
public void testEdgeBend() {
Bend bend1 = new BendImpl();
bend1.insertHandleAt(0, new HandleImpl(null, null, 10, 20));
}
Aggregations