Interface Proxy.NodeStyle
-
- All Superinterfaces:
NodeStyle
,NodeStyleRO
,Proxy.NodeStyleRO
- Enclosing interface:
- Proxy
public static interface Proxy.NodeStyle extends Proxy.NodeStyleRO, NodeStyle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setMaxNodeWidth(Quantity<LengthUnit> width)
Set to null to restore defaultvoid
setMinNodeWidth(Quantity<LengthUnit> width)
Set to null to restore defaultvoid
setStyle(org.freeplane.features.styles.IStyle style)
-
Methods inherited from interface org.freeplane.api.NodeStyle
setBackgroundColor, setBackgroundColorCode, setCss, setFloating, setMaxNodeWidth, setMaxNodeWidth, setMinNodeWidth, setMinNodeWidth, setName, setNodeTextColor, setNumberingEnabled, setTextColor, setTextColorCode
-
Methods inherited from interface org.freeplane.api.NodeStyleRO
getAllActiveStyles, getBackgroundColor, getBackgroundColorCode, getCss, getEdge, getFont, getMaxNodeWidth, getMinNodeWidth, getName, getNodeTextColor, getStyleNode, getTextColor, getTextColorCode, isBackgroundColorSet, isCssSet, isFloating, isMaxNodeWidthSet, isMinNodeWidthSet, isNumberingEnabled, isTextColorSet
-
Methods inherited from interface org.freeplane.plugin.script.proxy.Proxy.NodeStyleRO
getStyle
-
-
-
-
Method Detail
-
setStyle
void setStyle(org.freeplane.features.styles.IStyle style)
-
setMinNodeWidth
void setMinNodeWidth(Quantity<LengthUnit> width)
Set to null to restore default- Since:
- 1.5.6
-
setMaxNodeWidth
void setMaxNodeWidth(Quantity<LengthUnit> width)
Set to null to restore default- Since:
- 1.5.6
-
-