Last modified by Alexander Schulz-Rosengarten on 2023/09/13 12:18

From version 8.1
edited by chsch
on 2014/10/02 14:33
Change comment: There is no comment for this version
To version 6.1
edited by chsch
on 2014/10/02 14:03
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -42,7 +42,6 @@
42 42  This is a summary of the API changes introduced with version 2014/10:
43 43  
44 44  * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
45 -** {{code language="none"}}IViewer{{/code}} provides {{code language="none"}}getZoomLevel(){{/code}}
46 46  ** {{code language="none"}}IPropertyHolder{{/code}}'s {{code language="none"}}setProperty(...) {{/code}}and {{code language="none"}}copyProperties(...){{/code}} now return {{code language="none"}}IPropertyHolder{{/code}} instead of {{code language="none"}}void{{/code}}, implementations are supposed to return {{code language="none"}}this{{/code}} for convenience
47 47  ** {{code language="none"}}IUpdateStrategy{{/code}} now requires the method {{code language="none"}}requiresDiagramSynthesisReRun(...){{/code}} that allows to tell KLighD's runtime whether a new synthesis run is required for performing a (certain) diagram update
48 48  ** Introduced {{code language="none"}}IKlighdSelection{{/code}} interface
... ... @@ -54,15 +54,11 @@
54 54  Here's a few highlights of what's new in version 2014/10:
55 55  
56 56  * [[KIELER Lightweight Diagrams>>doc:Lightweight Diagrams (KLighD)]]
57 -** Introduced {{code language="none"}}DiagramSyntheses{{/code}} class providing lots of convenience methods for configuring the view model in diagram synthesis implementations (preliminary version introduced with last previous release)
58 -** Enabled the zoom level-based visibility of diagram elements (nodes, ports, edges, labels) and figure elements (fine grained figure details, texts, ...), see {{code language="none"}}setUpperVisibilityScaleBound{{/code}} & {{code language="none"}}setLowerVisibilityScaleBound {{/code}}methods in {{code language="none"}}DiagramSyntheses{{/code}}
59 -** Enabled output-dependent visibility (main diagram, outline, printout, image export) of figure elements (highlightings, fine grained figure details, texts, ...), see corresponding methods in {{code language="none"}}DiagramSyntheses{{/code}}
56 +** Enabled the zoom level-based visibility of diagram elements (nodes, ports, edges, labels) and figure elements (fine grained figure details, texts, ...), see {{code language="none"}}setUpperVisibilityScaleBound{{/code}} & {{code language="none"}}setLowerVisibilityScaleBound {{/code}}methods in DiagramSyntheses
57 +** Enabled output-dependent visibility (main diagram, outline, printout, image export) of figure elements (highlightings, fine grained figure details, texts, ...), see corresponding methods in DiagramSyntheses
60 60  ** Diagram image export now supports tiled exports enabling the export of huge diagrams, which may be prevented by memory limitations in the past
61 61  ** Contributed appropriate print support and (customizable) print dialog with preview
62 -** Contributed a customized SVG image exporter based on FreeHEP ([[http:~~/~~/freehep.github.io/freehep-vectorgraphics/>>url:http://freehep.github.io/freehep-vectorgraphics/||shape="rect"]]) being able to attach semantic data to the image data
63 63  ** Contributed generic {{code language="none"}}PortRotationModifier{{/code}} (style modifier) that realizes the rotation of port figures in case ports are moved to a different side by the automatic layout computation
64 -** Added zoom style ZOOM_TO_ACTUAL_SIZE, added corresponding configuration methods in {{code language="none"}}IAction.ActionResult{{/code}}
65 -** Added switch in {{code language="none"}}KlighdSynthesisProperties{{/code}} to deactivate minimal diagram figure size estimation in case size data are already available
66 66  * [[KIELER Infrastructure for Meta-Layout>>doc:Infrastructure for Meta Layout (KIML)]]
67 67  * [[KIELER Layout Algorithms>>doc:Layout Algorithms (KLay)]]
68 68  * [[KGraph Text>>doc:KGraph Text (KGT)]]
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -9471875
1 +9471871
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471875/KIELER Pragmatics Release 2014/10
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/9471871/KIELER Pragmatics Release 2014/10