Package org.freeplane.api
Interface EdgeRO
- All Known Subinterfaces:
- Edge,- Proxy.Edge,- Proxy.EdgeRO
public interface EdgeRO
Edge to parent node: 
node.style.edge - read-only.- 
Method Details- 
getColorColor getColor()
- 
getColorCodeString getColorCode()
- 
isColorSetboolean isColorSet()- Since:
- 1.11.8
 
- 
getTypeEdgeStyle getType()
- 
isTypeSetboolean isTypeSet()- Since:
- 1.11.8
 
- 
getWidthint getWidth()
- 
isWidthSetboolean isWidthSet()- Since:
- 1.11.8
 
- 
getDashDash getDash()- Since:
- 1.11.8
 
- 
isDashSetboolean isDashSet()- Since:
- 1.11.8
 
 
-