|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttreebolic.model.EdgeData
treebolic.model.XEdgeData
treebolic.model.Edge
public class Edge
Edge
| Field Summary | |
|---|---|
protected INode |
theFromNode
From-node |
protected INode |
theToNode
To-node |
| Fields inherited from class treebolic.model.XEdgeData |
|---|
theImage |
| Fields inherited from class treebolic.model.EdgeData |
|---|
theColor, theImageFile, theLabel, theStyle |
| Fields inherited from interface treebolic.model.IEdge |
|---|
ARROW, CIRCLE, DASH, DIAMOND, DOT, FROMARROW, FROMCIRCLE, FROMDIAMOND, FROMHOOK, FROMMASK, FROMSHIFT, FROMSOLID, FROMTRIANGLE, HIDDEN, HOOK, SHAPEMASK, SOLID, STROKEMASK, TOARROW, TOCIRCLE, TODIAMOND, TOHOOK, TOMASK, TOSHIFT, TOSOLID, TOTRIANGLE, TRIANGLE |
| Constructor Summary | |
|---|---|
Edge(INode thisFromINode,
INode thisToINode)
Construct edge |
|
| Method Summary | |
|---|---|
INode |
getFrom()
Get from-node |
INode |
getTo()
Get to-node |
java.lang.String |
toString()
|
| Methods inherited from class treebolic.model.XEdgeData |
|---|
getImage, setImage |
| Methods inherited from class treebolic.model.EdgeData |
|---|
getColor, getImageFile, getLabel, getStyle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface treebolic.model.IEdge |
|---|
getColor, getImage, getImageFile, getLabel, getStyle, setImage |
| Field Detail |
|---|
protected INode theFromNode
protected INode theToNode
| Constructor Detail |
|---|
public Edge(INode thisFromINode,
INode thisToINode)
thisFromINode - from nodethisToINode - to node| Method Detail |
|---|
public INode getFrom()
IEdge
getFrom in interface IEdgepublic INode getTo()
IEdge
getTo in interface IEdgepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||