freemind.modes.browsemode
Class BrowseCloudModel

java.lang.Object
  extended byfreemind.modes.LineAdapter
      extended byfreemind.modes.CloudAdapter
          extended byfreemind.modes.browsemode.BrowseCloudModel
All Implemented Interfaces:
java.lang.Cloneable, MindMapCloud, MindMapLine

public class BrowseCloudModel
extends CloudAdapter


Nested Class Summary
 
Nested classes inherited from class freemind.modes.LineAdapter
LineAdapter.LineAdapterListener
 
Field Summary
 
Fields inherited from class freemind.modes.LineAdapter
color, DEFAULT_WIDTH, frame, NORMAL_WIDTH, standardColorPropertyString, standardStylePropertyString, stroke, style, target, width
 
Constructor Summary
BrowseCloudModel(MindMapNode node, FreeMindMain frame)
           
 
Method Summary
 XMLElement save()
           
 
Methods inherited from class freemind.modes.CloudAdapter
changeIterativeLevel, getExteriorColor, getIterativeLevel, getStandardColor, getStandardStyle, setStandardColor, setStandardStyle, setTarget
 
Methods inherited from class freemind.modes.LineAdapter
clone, getColor, getFrame, getStroke, getStyle, getTarget, getWidth, setColor, setStyle, setWidth, toString, updateStandards
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface freemind.modes.MindMapLine
clone, getColor, getStroke, getStyle, getWidth, toString
 

Constructor Detail

BrowseCloudModel

public BrowseCloudModel(MindMapNode node,
                        FreeMindMain frame)
Method Detail

save

public XMLElement save()
Specified by:
save in interface MindMapCloud
Overrides:
save in class CloudAdapter