Package org.freeplane.api
Interface Edge
- All Superinterfaces:
- EdgeRO
- All Known Subinterfaces:
- Proxy.Edge
Edge to parent node: 
node.style.edge - read-write.- 
Method SummaryMethods inherited from interface org.freeplane.api.EdgeROgetColor, getColorCode, getDash, getType, getWidth, isColorSet, isDashSet, isTypeSet, isWidthSet
- 
Method Details- 
setColor
- 
setColorCode- Parameters:
- rgbString- a HTML color spec like #ff0000 (red) or #222222 (darkgray).
- Since:
- 1.2
 
- 
setType
- 
setType
- 
setWidthvoid setWidth(int width) can be -1 for default, 0 for thin, >0
- 
setDash- Since:
- 1.11.8
 
 
-