freemind.modes.mindmapmode
Class MindMapEdgeModel

java.lang.Object
  extended by freemind.modes.LineAdapter
      extended by freemind.modes.EdgeAdapter
          extended by freemind.modes.mindmapmode.MindMapEdgeModel
All Implemented Interfaces:
MindMapEdge, MindMapLine, java.lang.Cloneable

public class MindMapEdgeModel
extends EdgeAdapter


Nested Class Summary
 
Nested classes/interfaces inherited from class freemind.modes.EdgeAdapter
EdgeAdapter.EdgeAdapterListener
 
Field Summary
 
Fields inherited from class freemind.modes.EdgeAdapter
EDGE_WIDTH_THIN_STRING, EDGESTYLE_BEZIER, EDGESTYLE_LINEAR, EDGESTYLE_SHARP_BEZIER, EDGESTYLE_SHARP_LINEAR, WIDTH_PARENT, WIDTH_THIN
 
Fields inherited from class freemind.modes.LineAdapter
color, DEFAULT_WIDTH, frame, NORMAL_WIDTH, style, target, width
 
Constructor Summary
MindMapEdgeModel(MindMapNode node, FreeMindMain frame)
           
 
Method Summary
 
Methods inherited from class freemind.modes.EdgeAdapter
getColor, getRealColor, getRealWidth, getStandardColor, getStandardColorPropertyString, getStandardStyle, getStandardStylePropertyString, getStyle, getWidth, hasStyle, save, setStandardColor, setStandardStyle, setWidth
 
Methods inherited from class freemind.modes.LineAdapter
clone, getFrame, getTarget, setColor, setStyle, setTarget, 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, setTarget, toString
 

Constructor Detail

MindMapEdgeModel

public MindMapEdgeModel(MindMapNode node,
                        FreeMindMain frame)