Northwoods GoXam for .NET 2.1 (GoSilverlight2115 & GoWPF21145) » Developer.Team

Northwoods GoXam for .NET 2.1 (GoSilverlight2115 & GoWPF21145)

Northwoods GoXam for .NET 2.1 (GoSilverlight2115 & GoWPF21145)
Northwoods GoXam for .NET 2.1 (GoSilverlight2115 & GoWPF21145) | 31 Mb


GoXam is built to save your project weeks of development by taking care of common Diagramming needs. Features include built-in node-and-link relationships, data-binding, subgraphs and groups, collapsible and expandable trees, overviews, layouts, and layering. GoXam comes with predefined layouts for automatic node and link positioning. GoXam features layouts for many types of diagrams, including circular layout, tree and force-directed layouts, and layered directed graphs, among others.

n GoXam diagrams, you can position a node by setting the Node.Location attached property on its root visual element, or by setting programmatically the Node.Location property. And users can reposition a node by dragging it.

However, GoXam also has automated means of positioning the nodes. The DiagramLayout classes provide GridLayout, TreeLayout, ForceDirectedLayout, and LayeredDigraphLayout. A layout can be associated with a whole diagram by setting the Diagram.Layout property. A layout can also be associated with a Group by setting the Group.Layout attached property. (You can see a sample of different layouts running within a single diagram in the Grouping sample here.)

The LayoutManager manages the layouts present in a diagram, including deciding what conditions require the layout to run again. The LayoutManager also supports animation, which allows smooth transitions as nodes move to a new location.

TreeLayout
The simplest layout involves tree structures. It is very fast and can handle many nodes. Multiple options are provided to allow you to achieve the appearance and clarity you need in a limited amount of space.

LayeredDigraphLayout
When the nodes of a graph can be naturally organized into layers but the structure is not tree-like, you can use LayeredDigraphLayout. This layout can handle multiple links coming into a node as well as links that create cycles.

Collapsing and Expanding Trees
A common technique for large graphs is to allow the user to control the visibility of parts of that tree. Expanding and collapsing subtrees is built into GoXam, as shown in this example where a button is bound to the IsExpandedTree property.

Layers
Graphical objects can be placed within layers to define their Z-order. A DiagramPanel has 9 layers by default, including layers for background, default and foreground nodes and links, as well as layers for input tools and adornments such as selection handles.

Palette Control
Many diagram applications use a palette to support drag and drop of new elements to the view. GoXam also provides a specialized kind of diagram called the Palette. It displays a number of nodes in a rectangular grid-like arrangement. You can use different DataTemplates than in your regular Diagram, in order to provide a smaller or simpler appearance for each item.

Overview Control
Sometimes graphs are so large that you can only see a portion of them at a reasonable zoom level. For such applications, we provide the Overview control. It displays a thumbnail of the whole model shown by another Diagram and shows that diagram's viewport. The user can click or drag in the Overview to scroll the other diagram's viewport.

Subgraphs / Groups
Many graph types, such as workflow or Business Process Modeling Notation (BPMN), use grouping techniques to organize diagrams. Groups are supported within GoXam, including support for data binding for the definition of the hierarchy and in DataTemplates that define the group's appearance.

Miscellaneous Features

Cut / Copy / Paste / Undo / Redo

Standard clipboard actions are enabled by default, but may be disabled for applications where it isn't desired. To support unlimited and customizable undo and redo, the UndoManager tracks changes to the diagram's model. Changes are logically grouped together by transactions.

Zooming / Scrolling / Panning / Selection

GoXam supports scrolling around and zooming into the diagram. You can scroll and zoom in or out programmatically by setting DiagramPanel properties. The user can scroll using the scrollbars or the PanningTool, and the user can zoom in or out using Control-Mouse-Wheel. GoXam controls support selection, and they make it easy to data-bind to the currently selected node. You can customize selection handles and tool handles (e.g. for resizing) by supplying custom data templates. In-place text editing of any text in the diagram is supported. Just click on any text that is enabled for text editing.

Predefined Shapes and Arrowheads

GoXam comes with over 195+ common shapes predefined for use in common node definitions. The Node Figures sample shows all of these shapes.

The Arrowheads sample shows the 65 predefined arrowhead designs.

XML Save/Restore

GoXam does not require any particular format or medium for storing diagrams. In many cases the application already has its own database schema or binary file format or whatever, so a good Control should not impose any storage requirements.

However, if you don't mind using XML as the document format, and if you don't have any particular XML schema to which you must adhere, and if you use our predefined model data classes, we do make it easy to save and load your model data in XML format. (The Org Chart Editor, State Chart, Logic Circuit and Flow Chart samples all demonstrate the use of XML save/restore.)

[/b]

[b] Only for V.I.P
Warning! You are not allowed to view this text.
SiteLock