Physical style: Difference between revisions

From FreeMind
Jump to navigationJump to search
(+)
 
No edit summary
 
Line 15: Line 15:
In code, physical styles are called patterns.
In code, physical styles are called patterns.


Methods and classes:
* MindMapController.loadPatterns
* MindMapController.loadPatterns
* MindMapController.createPatterns
* MindMapController.createPatterns
* StylePattern.*
* StylePattern.*
* ApplyPatternAction


CVS:
CVS:
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/StylePattern.java?view=log StylePattern]
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/StylePattern.java?view=log StylePattern]
* [http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/actions/ApplyPatternAction.java?view=log ApplyPatternAction]


[[Category:Development]]
[[Category:Development]]

Latest revision as of 07:33, 19 February 2009

FreeMind supports physical styles--groups for formatting such as font color and font size that can be applied to nodes using one keystroke.

The formatting of physical style is applied directly to the node; after a physical style is applied, the node only remembers the physical formatting that it has, but not which physical style has been applied to it

Physical styles are customizable in the file "patterns.xml".

In FreeMind 0.9.0, the user can edit physical styles using what is called "pattern manager".

Menu

  • Format > Physical Style > <name of the physical style>
  • Format > Physical Style > Manage Patterns...

Implementation

In code, physical styles are called patterns.

Methods and classes:

  • MindMapController.loadPatterns
  • MindMapController.createPatterns
  • StylePattern.*
  • ApplyPatternAction

CVS: