|
||||||||||
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
treebolic.model.MutableEdge
treebolic.model.TreeMutableEdge
public class TreeMutableEdge
Extended mutable node (mutable ends, copy constructor)
Field Summary |
---|
Fields inherited from class treebolic.model.Edge |
---|
theFromNode, theToNode |
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 | |
---|---|
TreeMutableEdge(IEdge thatEdge)
Copy constructor (the resulting edge has no node ends) |
|
TreeMutableEdge(MutableNode thisFrom,
MutableNode thisTo)
Constructor |
Method Summary | |
---|---|
void |
setFrom(MutableNode thisFromNode)
Set from-node (origin) |
void |
setTo(MutableNode thisToNode)
Set to-node (destination) |
Methods inherited from class treebolic.model.MutableEdge |
---|
setColor, setImageFile, setLabel, setStyle |
Methods inherited from class treebolic.model.Edge |
---|
getFrom, getTo, 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 |
Constructor Detail |
---|
public TreeMutableEdge(MutableNode thisFrom, MutableNode thisTo)
thisFrom
- from node (may be null)thisTo
- to node (may be null)public TreeMutableEdge(IEdge thatEdge)
thatEdge
- edgeMethod Detail |
---|
public void setFrom(MutableNode thisFromNode)
thisFromNode
- from-node (may be null)public void setTo(MutableNode thisToNode)
thisToNode
- to-node (may be null)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |