enhancement
Models should not only be able to be displayed textually, but also graphically.
A graph component should use a transformation to translate a TopLogic model into an interactive graphical representation and relieve the user of the necessary layout operations and coordinate calculations.
Application
New component "Graph component" in the layout editor.
The configuration of the component consists of a transformation that converts the model of the component into a description of the graphic to be displayed. The various graphic elements can be created using TL script functions. The following functions are available:
- flowChart
- flowText
- flowAlign
- flowStack
- flowBorder
- flowFill
- flowPosition
- flowPadding
- flowHorizontal
- flowVertical
- flowCompass
- flowGrid
- flowFloating
- flowEmpty
- flowImage
- flowSelection
- flowClickTarget
- flowDropRegion
- flowTooltip
- flowTree
- flowConnection
- flowDecoration
- flowConnector
- flowPoint
- flowPolygon
- flowPolyline
- flowClipbox
A graphic description starts with a flowDiagram element.
test
- test.com.top_logic.graphic.flow.TestFlowDiagram
- tl-demo: Technical demo > Components > Flowchart