MindFusion.Diagramming for JavaScript(英語版)
プラットフォームに依存しない作図機能をアプリケーションに追加
MindFusion Group 社の製品
2003 年より日本国内にてComponentSourceで販売中。
価格:¥ 93,390 (税込)〜 バージョン: 4.9 新機能 更新日: Apr 28, 2026
Released: Sep 25, 2025
PagedContainerNode is a ContainerNode subclass that organizes its child nodes into a collection of pages, represented by ContainerPage objects. This allows for the creation of more organized diagrams where nodes can be grouped into logical views within a single container. Only the nodes belonging to the currently active page, specified by currentPage property, are rendered and participate in user interactions.ContainerPage.minimumDistance property specifies minimum allowed distance of link segments from nodes. The preferredDistance property specifies distance of first or last link bend from associated node. PatternRouter includes several predefined patterns designed to create consistent-looking paths, and allows creation of custom patterns. Custom patterns can be defined as sequence of RouteStep objects specifying whether the path advances by relative or absolute distance, or changes direction.CompositeRouter class lets you chain link routers (objects implementing the Router interface) so that a link passes through the sequence until it gets routed successfully. Diagram's default router is now set to a CompositeRouter instance containing a PatternRouter and Router sequence. This applies the several standard pattern paths when possible, and otherwise routes links using a simple cost-minimizing router.Diagram.linkRouter changed from Router to CompositeRouter instance.