freemind.modes.mindmapmode
Class MindMapNodeModel
- MindMapNode, MutableTreeNode
public class MindMapNodeModel
This class represents a single Node of a Tree. It contains direct handles
to its parent and children and to its view.
addIcon , basicCopy , children , childrenFolded , childrenUnfolded , estabilishOwnFont , getAllowsChildren , getChildAt , getChildCount , getChildPosition , getCloud , getColor , getEdge , getFont , getFontFamilyName , getFontSize , getFrame , getIcons , getIndex , getLink , getNodeLevel , getParent , getParentNode , getPath , getPreferredChild , getStyle , getViewer , hasChildren , hasFoldedStrictDescendant , insert , isBold , isDescendantOf , isFolded , isItalic , isLeaf , isLeft , isRoot , isUnderlined , remove , remove , removeFromParent , removeLastIcon , setBold , setCloud , setColor , setEdge , setFolded , setFont , setFontSize , setItalic , setLeft , setLink , setParent , setParent , setPreferredChild , setStyle , setUnderlined , setUserObject , setViewer , shallowCopy , toString , toggleBold , toggleItalic |
MindMapNodeModel
public MindMapNodeModel(Object userObject,
FreeMindMain frame)
collectColors
public void collectColors(HashSet colors)
save
public void save(Writer writer,
MindMapMapModel model)
throws IOException
saveHTML
public int saveHTML(Writer fileout,
String parentID,
int lastChildNumber,
boolean isRoot,
boolean treatAsParagraph,
int depth)
throws IOException
saveHTML_escapeUnicodeAndSpecialCharacters
public String saveHTML_escapeUnicodeAndSpecialCharacters(String text)
saveRTF
public void saveRTF(Writer fileout,
int depth,
HashMap colorTable)
throws IOException
saveTXT
public void saveTXT(Writer fileout,
int depth)
throws IOException