Cloud: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+ some) |
Dan Polansky (talk | contribs) (revert to last full version) |
||
(5 intermediate revisions by 3 users not shown) | |||
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 | Each node can have a cloud assigned to it, with a specific cloud color. The cloud is drawn around the node and all its visible descendants. | ||
==Menu== | ==Menu== | ||
Line 10: | Line 10: | ||
* NodeAdapter.getCloud | * NodeAdapter.getCloud | ||
* NodeAdapter.setCloud | * NodeAdapter.setCloud | ||
* MindMapCloud.getExteriorColor (interface) | |||
* MindMapController.CloudColorAction | * MindMapController.CloudColorAction | ||
* MindMapMapModel.setCloud | * MindMapMapModel.setCloud | ||
Line 16: | Line 17: | ||
* MindMapMapModel.setCloudWidth | * MindMapMapModel.setCloudWidth | ||
* XMLAdapter.createCloudAdapter | * XMLAdapter.createCloudAdapter | ||
* CloudAdapter.getExteriorColor | |||
* CloudView.* | * CloudView.* | ||
* MapView.paintClouds | * MapView.paintClouds | ||
[[Category:Development]] | [[Category:Development]] |
Latest revision as of 12:56, 22 November 2010
Each node can have a cloud assigned to it, with a specific cloud color. The cloud is drawn around the node and all its visible descendants.
Menu
- Insert > Cloud
- Format > Cloud Color...
Implementation
Methods and classes:
- NodeAdapter.getCloud
- NodeAdapter.setCloud
- MindMapCloud.getExteriorColor (interface)
- MindMapController.CloudColorAction
- MindMapMapModel.setCloud
- MindMapMapModel.setCloudColor
- MindMapMapModel.setCloudStyle
- MindMapMapModel.setCloudWidth
- XMLAdapter.createCloudAdapter
- CloudAdapter.getExteriorColor
- CloudView.*
- MapView.paintClouds