Flake (software)

From Wikipedia the free encyclopedia

Flake
Written inC++
LicenseLGPL
Websitecommunity.kde.org/Calligra/Libs/Flake

Flake or a Vector Shape[1] is a programming library that is used in Calligra Suite and the KOffice 2 series. Flake provides the basic concept of a "shape". To the end user a shape appears as some piece of content such as an image or a text. A shape can be in any form (square, circle, etc.) and contain any kind of media since the Shape is responsible for drawing itself. All components of KOffice are being overhauled to use Flake as much as possible.[2]

Functionality[edit]

The functionality of Flake is divided up between Shapes, which display content, and Tools, which manipulate content or the user interface. Different Shapes can be created to support different kinds of content, for example the text-shape in Calligra Words would support .txt and .odt formats while the KChart shape would just support chart-related document standard such as .odc. Shapes are packaged with a set of tools to manipulate that kind of content and UI elements that expose the functionality to the user. This provides an application with all the features it needs and also allows for easy embedding of Shapes in other applications. Shapes can load other shapes when needed, for example when images are in text documents the image shape will be loaded to handle the images.

Flake is the successor to the old design of embedding based on widgets in the KOffice 1 series. The widget embedding had three notable shortcomings, that widgets were always square, couldn't be rotated and were measured in pixels. All of these are corrected by Flake. Embedded document data can now be zoomed, rotated and skewed, be of any form and are measured in units such as millimeters. Flake also improves on the original design in several areas, for example, its extensibility. For example, in Google's Summer of Code 2007 Marijn Kruisselbrink created a MusicXML-based music notation Shape and Tools.[3] Shapes can be made aware of other Shapes positions, moving an image through text will result in the text dynamically wrapping around the images.[4] Shapes can even be grouped together and made to behave like a single Shape. Flake also supports printing to PDF and has full support for anti-aliased painting for smoother text.[5]

See also[edit]

References[edit]

  1. ^ "Calligra 2.4 Beta 3 Changelog | Calligra Suite". www.calligra.org. Archived from the original on 2012-01-04.
  2. ^ The KOffice Project – Release Goals for KOffice 2.0
  3. ^ "Pencils Down for KOffice Summer of Code Students!". Archived from the original on 2009-04-11. Retrieved 2009-08-27.
  4. ^ "The Road to KDE 4: New KOffice Technologies". Archived from the original on 2010-04-26. Retrieved 2009-08-27.
  5. ^ KDE Community Wiki: Calligra/Libs/Flake