|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Edge
Interface of a preview edge.
Method Summary | |
---|---|
Color |
getColor()
Returns the edge's color. |
java.lang.Iterable<CubicBezierCurve> |
getCurves()
Returns an iterable on the curve list of the edge. |
EdgeLabel |
getLabel()
Returns the edge's label. |
Node |
getNode1()
Returns the edge's node 1. |
Node |
getNode2()
Returns the edge's node 2. |
java.awt.Color |
getOriginalColor()
|
java.lang.Float |
getScale()
Returns the edge's thickness scale |
java.lang.Float |
getThickness()
Returns the edge's thickness. |
boolean |
hasLabel()
Returns whether or not the edge has a label. |
java.lang.Boolean |
isCurved()
Returns whether or not the edge should be displayed as a curve. |
java.lang.Boolean |
showLabel()
Returns whether or not the edge's label should be displayed. |
Method Detail |
---|
boolean hasLabel()
java.lang.Float getThickness()
java.lang.Float getScale()
Color getColor()
java.awt.Color getOriginalColor()
EdgeLabel getLabel()
Node getNode1()
Node getNode2()
java.lang.Iterable<CubicBezierCurve> getCurves()
java.lang.Boolean isCurved()
java.lang.Boolean showLabel()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |