Package org.freeplane.api
Interface Edge
-
- All Superinterfaces:
EdgeRO
- All Known Subinterfaces:
Proxy.Edge
public interface Edge extends EdgeRO
Edge to parent node:node.style.edge
- read-write.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setColor(Color color)
void
setColorCode(String rgbString)
void
setType(String type)
void
setType(EdgeStyle type)
void
setWidth(int width)
can be -1 for default, 0 for thin, >0-
Methods inherited from interface org.freeplane.api.EdgeRO
getColor, getColorCode, getType, getWidth
-
-
-
-
Method Detail
-
setColor
void setColor(Color color)
-
setColorCode
void setColorCode(String rgbString)
- Parameters:
rgbString
- a HTML color spec like #ff0000 (red) or #222222 (darkgray).- Since:
- 1.2
-
setType
void setType(EdgeStyle type)
-
setType
void setType(String type)
-
setWidth
void setWidth(int width)
can be -1 for default, 0 for thin, >0
-
-