freemind.modes.mindmapmode
Class MindMapCloudModel

java.lang.Object
  extended by freemind.modes.LineAdapter
      extended by freemind.modes.CloudAdapter
          extended by freemind.modes.mindmapmode.MindMapCloudModel
All Implemented Interfaces:
MindMapCloud, MindMapLine, java.lang.Cloneable

public class MindMapCloudModel
extends CloudAdapter


Nested Class Summary
 
Nested classes/interfaces inherited from class freemind.modes.CloudAdapter
CloudAdapter.CloudAdapterListener
 
Field Summary
 
Fields inherited from class freemind.modes.CloudAdapter
RESOURCES_STANDARDCLOUDSTYLE
 
Fields inherited from class freemind.modes.LineAdapter
color, DEFAULT_WIDTH, frame, NORMAL_WIDTH, style, target, width
 
Constructor Summary
MindMapCloudModel(MindMapNode node, FreeMindMain frame)
           
 
Method Summary
 
Methods inherited from class freemind.modes.CloudAdapter
changeIterativeLevel, getExteriorColor, getIterativeLevel, getStandardColor, getStandardColorPropertyString, getStandardStyle, getStandardStylePropertyString, save, setStandardColor, setStandardStyle, setTarget
 
Methods inherited from class freemind.modes.LineAdapter
clone, getColor, getFrame, getRealWidth, 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, getRealWidth, getStyle, getWidth, toString
 

Constructor Detail

MindMapCloudModel

public MindMapCloudModel(MindMapNode node,
                         FreeMindMain frame)