|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectedEdge
Interface of a preview edge.
Method Summary | |
---|---|
java.lang.Iterable<EdgeArrow> |
getArrows()
Returns an iterable on the arrow list of the edge. |
java.lang.Iterable<EdgeMiniLabel> |
getMiniLabels()
Returns an iterable on the mini-label list of the edge. |
java.lang.Boolean |
showArrows()
Returns whether or not the edge's arrows should be displayed. |
java.lang.Boolean |
showMiniLabels()
Returns whether or not the edge's mini-labels should be displayed. |
Methods inherited from interface org.gephi.preview.api.Edge |
---|
getColor, getCurves, getLabel, getNode1, getNode2, getOriginalColor, getScale, getThickness, hasLabel, isCurved, showLabel |
Method Detail |
---|
java.lang.Iterable<EdgeArrow> getArrows()
java.lang.Iterable<EdgeMiniLabel> getMiniLabels()
java.lang.Boolean showArrows()
java.lang.Boolean showMiniLabels()
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |