freemind.modes.mindmapmode
Class MindMapCloudModel

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

public class MindMapCloudModel
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
MindMapCloudModel(MindMapNode node, FreeMindMain frame)
           
 
Methods inherited from class freemind.modes.CloudAdapter
changeIterativeLevel, getExteriorColor, getIterativeLevel, getStandardColor, getStandardStyle, save, 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

MindMapCloudModel

public MindMapCloudModel(MindMapNode node,
                         FreeMindMain frame)