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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.Color
getColor()
java.lang.String
getColorCode()
EdgeStyle
getType()
int
getWidth()
-
-
-
Method Detail
-
getColor
java.awt.Color getColor()
-
getColorCode
java.lang.String getColorCode()
-
getType
EdgeStyle getType()
-
getWidth
int getWidth()
-
-