Cloud: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+) |
Dan Polansky (talk | contribs) (+ some) |
||
Line 1: | Line 1: | ||
Each node can have a cloud assigned to it, with a specific cloud color. The cloud is drawn around the node and all its unfolded siblings. | Each node can have a cloud assigned to it, with a specific cloud color. The cloud is drawn around the node and all its unfolded siblings. | ||
==Menu== | |||
* Insert > Cloud | |||
* Format > Cloud Color... | |||
==Implementation== | ==Implementation== | ||
Methods: | Methods and classes: | ||
* NodeAdapter.getCloud | * NodeAdapter.getCloud | ||
* NodeAdapter.setCloud | * NodeAdapter.setCloud | ||
* MindMapController.CloudColorAction | |||
* MindMapMapModel.setCloud | * MindMapMapModel.setCloud | ||
* MindMapMapModel.setCloudColor | * MindMapMapModel.setCloudColor |
Revision as of 12:02, 17 February 2009
Each node can have a cloud assigned to it, with a specific cloud color. The cloud is drawn around the node and all its unfolded siblings.
Menu
- Insert > Cloud
- Format > Cloud Color...
Implementation
Methods and classes:
- NodeAdapter.getCloud
- NodeAdapter.setCloud
- MindMapController.CloudColorAction
- MindMapMapModel.setCloud
- MindMapMapModel.setCloudColor
- MindMapMapModel.setCloudStyle
- MindMapMapModel.setCloudWidth
- XMLAdapter.createCloudAdapter
- CloudView.*
- MapView.paintClouds