Proxy.NodeStyle
public static interface Proxy.NodeStyleRO
node.style
- read-only.Modifier and Type | Method | Description |
---|---|---|
Color |
getBackgroundColor() |
|
String |
getBackgroundColorCode() |
returns HTML color spec like #ff0000 (red) or #222222 (darkgray).
|
Proxy.Edge |
getEdge() |
|
Proxy.Font |
getFont() |
|
int |
getMaxNodeWidth() |
|
int |
getMinNodeWidth() |
|
String |
getName() |
Returns the name of the node's style if set or null otherwise.
|
Color |
getNodeTextColor() |
Deprecated.
since 1.2 - use
getTextColor() instead. |
org.freeplane.features.styles.IStyle |
getStyle() |
|
Proxy.Node |
getStyleNode() |
|
Color |
getTextColor() |
|
String |
getTextColorCode() |
|
boolean |
isFloating() |
|
boolean |
isNumberingEnabled() |
org.freeplane.features.styles.IStyle getStyle()
String getName()
node.style.name = node.style.name
does not change the style.Proxy.Node getStyleNode()
Color getBackgroundColor()
String getBackgroundColorCode()
Proxy.Edge getEdge()
Proxy.Font getFont()
Color getNodeTextColor()
getTextColor()
instead.Color getTextColor()
String getTextColorCode()
boolean isFloating()
int getMinNodeWidth()
int getMaxNodeWidth()
boolean isNumberingEnabled()