Package org.freeplane.api
Interface NodeStyleRO
- All Known Subinterfaces:
NodeStyle
,Proxy.NodeStyle
,Proxy.NodeStyleRO
public interface NodeStyleRO
Node's style:
node.style
- read-only.-
Method Summary
Modifier and TypeMethodDescriptionReturns all style names/translation keys active for the node.returns HTML color spec like #ff0000 (red) or #222222 (darkgray).getCss()
getEdge()
getFont()
int
int
getName()
Returns the name of the node's style if set or null otherwise.Deprecated.boolean
boolean
isCssSet()
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
getName
String getName()Returns the name of the node's style if set or null otherwise. For styles with translated names the translation key is returned to make the process robust against language setting changes. It's guaranteed thatnode.style.name = node.style.name
does not change the style.- Since:
- 1.2.2
-
getAllActiveStyles
Returns all style names/translation keys active for the node.- Since:
- 1.9.8
- See Also:
-
getStyleNode
Node getStyleNode() -
getBackgroundColor
Color getBackgroundColor() -
getBackgroundColorCode
String getBackgroundColorCode()returns HTML color spec like #ff0000 (red) or #222222 (darkgray).- Since:
- 1.2
-
getEdge
Edge getEdge() -
getBorder
Border getBorder() -
getFont
Font getFont() -
getNodeTextColor
Deprecated.since 1.2 - usegetTextColor()
instead. -
getTextColor
Color getTextColor()- Since:
- 1.2
-
getTextColorCode
String getTextColorCode() -
isFloating
boolean isFloating()- Since:
- 1.2 true if the floating style is set for the node (aka "free node").
-
getMinNodeWidth
int getMinNodeWidth()- Since:
- 1.2.20
-
getMaxNodeWidth
int getMaxNodeWidth()- Since:
- 1.2.20
-
isNumberingEnabled
boolean isNumberingEnabled()- Since:
- 1.3.8
-
getCss
String getCss()- Since:
- 1.9.12
-
isCssSet
boolean isCssSet()- Since:
- 1.9.12
-
isBackgroundColorSet
boolean isBackgroundColorSet()- Since:
- 1.9.12
-
isTextColorSet
boolean isTextColorSet()- Since:
- 1.9.12
-
isMinNodeWidthSet
boolean isMinNodeWidthSet()- Since:
- 1.9.12
-
isMaxNodeWidthSet
boolean isMaxNodeWidthSet()- Since:
- 1.9.12
-
isHorizontalTextAlignmentSet
boolean isHorizontalTextAlignmentSet()- Since:
- 1.11.8
-
getHorizontalTextAlignment
HorizontalTextAlignment getHorizontalTextAlignment()- Since:
- 1.11.8
-
getTextColor()
instead.