|
||||||||||
| 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
public class MutableEdge
Mutable edge
| 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 | |
|---|---|
MutableEdge(INode thisFromNode,
INode thisToNode)
Construct node |
|
| Method Summary | |
|---|---|
void |
setColor(java.awt.Color thisColor)
Set color |
void |
setImageFile(java.lang.String thisImageFile)
Set image filename |
void |
setLabel(java.lang.String thisLabel)
Set label |
void |
setStyle(java.lang.Integer thisStyle)
Set style |
| 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 MutableEdge(INode thisFromNode,
INode thisToNode)
thisFromNode - from nodethisToNode - to node| Method Detail |
|---|
public void setLabel(java.lang.String thisLabel)
thisLabel - labelpublic void setColor(java.awt.Color thisColor)
thisColor - colorpublic void setStyle(java.lang.Integer thisStyle)
thisStyle - edge stylepublic void setImageFile(java.lang.String thisImageFile)
thisImageFile - image filename
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||