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