freemind.modes

Class CloudAdapter

Implemented Interfaces:
Cloneable, MindMapCloud, MindMapLine
Known Direct Subclasses:
BrowseCloudModel, MindMapCloudModel

public abstract class CloudAdapter
extends LineAdapter
implements MindMapCloud

Field Summary

Fields inherited from class freemind.modes.LineAdapter

DEFAULT_WIDTH, NORMAL_WIDTH, color, frame, standardColorPropertyString, standardStylePropertyString, stroke, style, target, width

Constructor Summary

CloudAdapter(MindMapNode target, FreeMindMain frame)
CloudAdapter(MindMapNode target, FreeMindMain frame, String standardColorPropertyString, String standardStylePropertyString)
For derived classes.

Method Summary

Color
getExteriorColor()

Methods inherited from class freemind.modes.LineAdapter

clone, getColor, getFrame, getStroke, getStyle, getTarget, getWidth, setColor, setStyle, setTarget, setWidth, toString

Constructor Details

CloudAdapter

public CloudAdapter(MindMapNode target,
                    FreeMindMain frame)

CloudAdapter

protected CloudAdapter(MindMapNode target,
                       FreeMindMain frame,
                       String standardColorPropertyString,
                       String standardStylePropertyString)
For derived classes.

Method Details

getExteriorColor

public Color getExteriorColor()
Specified by:
getExteriorColor in interface MindMapCloud