public interface BendFactory
Module: presentation-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>presentation-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
Bend |
createBend()
Creates an instance of edge bend.
|
Bend |
parseSerializableString(String serializedString)
Creates an instance of edge bend from serializable string.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.