freemind.modes
public class StylePattern extends Object
Constructor Summary | |
---|---|
StylePattern(XMLElement elm, List justConstructedPatterns) |
Method Summary | |
---|---|
boolean | getAppliesToChildren() |
boolean | getAppliesToEdge() |
boolean | getAppliesToNode() |
boolean | getAppliesToNodeFont() |
boolean | getAppliesToNodeIcon() |
StylePattern | getChildrenStylePattern()
Get the value of ChildrenStylePattern. |
Color | getEdgeColor()
Get the value of edgeColor. |
String | getEdgeStyle()
Get the value of edgeStyle. |
int | getEdgeWidth()
Get the value of edgeWidth. |
boolean | getFolded()
Get the value of folded. |
String | getName()
Get the value of name. |
Color | getNodeColor()
Get the value of nodeColor. |
Font | getNodeFont()
Get the value of font. |
MindIcon | getNodeIcon()
Get the value of icon. |
String | getNodeStyle()
Get the value of nodeStyle. |
boolean | getRecursive()
Determine if the properies of this pattern, of course
except the "text" attribute, apply to all the child nodes
of this node. |
String | getText()
Get the value of text. |
protected void | loadPattern(XMLElement pattern, List justConstructedPatterns) |
static List | loadPatterns(File file) |
static List | loadPatterns(Reader reader) |
void | setChildrenStylePattern(StylePattern ChildrenStylePattern)
Set the value of ChildrenStylePattern. |
void | setEdgeColor(Color edgeColor)
Set the value of edgeColor. |
void | setEdgeStyle(String edgeStyle)
Set the value of edgeStyle. |
void | setEdgeWidth(int edgeWidth)
Set the value of edgeWidth. |
void | setFolded(boolean v)
Set the value of folded. |
void | setName(String v)
Set the value of name. |
void | setNodeColor(Color v)
Set the value of nodeColor. |
void | setNodeFont(Font nodeFont)
Set the value of font. |
void | setNodeIcon(MindIcon nodeIcon)
Set the value of icon. |
void | setNodeStyle(String nodeStyle)
Set the value of nodeStyle. |
void | setRecursive(boolean v)
Set the value of recursive. |
void | setText(String v)
Set the value of text. |
String | toString() |
Returns: Value of ChildrenStylePattern.
Returns: Value of edgeColor.
Returns: Value of edgeStyle.
Returns: Value of edgeWidth.
Returns: Value of folded.
Returns: Value of name.
Returns: Value of nodeColor.
Returns: Value of font.
Returns: Value of icon.
Returns: Value of nodeStyle.
Returns: Value of recursive.
Returns: Value of text.
Parameters: v Value to assign to ChildrenStylePattern.
Parameters: v Value to assign to edgeColor.
Parameters: v Value to assign to edgeStyle.
Parameters: v Value to assign to edgeWidth.
Parameters: v Value to assign to folded.
Parameters: v Value to assign to name.
Parameters: v Value to assign to nodeColor.
Parameters: v Value to assign to font.
Parameters: v Value to assign to icon.
Parameters: v Value to assign to nodeStyle.
Parameters: v Value to assign to recursive.
Parameters: v Value to assign to text.