Search in sources :

Example 1 with HandleImpl

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));
}
Also used : BendImpl(org.cytoscape.ding.impl.BendImpl) Bend(org.cytoscape.view.presentation.property.values.Bend) HandleImpl(org.cytoscape.ding.impl.HandleImpl) Test(org.junit.Test)

Aggregations

BendImpl (org.cytoscape.ding.impl.BendImpl)1 HandleImpl (org.cytoscape.ding.impl.HandleImpl)1 Bend (org.cytoscape.view.presentation.property.values.Bend)1 Test (org.junit.Test)1