Cloud: Difference between revisions

From FreeMind
Jump to navigationJump to search
m (Reverted edit of Yvyfyjeh, changed back to last version by Dan Polansky)
(revert to last full version)
 
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 visible descendants.
==Menu==
==Menu==
* Insert > Cloud
* Insert > Cloud
* Format > Cloud Color...
* 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
[[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