Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • KIELER Light-Weight Diagrams
    • In order to support early prototyping further, the KLighD Project Wizard (introduced with the 0.10.0 release) registers simple menu contributions if corresponding item is checked.
      Besides, the compiler settings of the created projects are locally set to Java 1.5 compliance level in order to avoid conflicts in combination with Java 1.7 runtime environments.
    • KLighD diagrams may be clipped in order to reduce depicted content.
    • In diagram synthesis implementations colors may now be set by means of the Colors enumeration in de.cau.cs.kieler.core.krendering package and corresponding methods in the KColoring classes.
    • The selection highlighting of diagram elements may now be specified by means of selection-specific KStyles with the related selection flag set to true. Find also related helper methods in the KRenderingExtensions.
      The  The sequence of an KInvisibility style with invisible = true (the initial value) and a selection-specific KInvisibility with invisible = false allows to uncover additional figure components in case of selection (smile)

  • KIELER Layout Algorithms
  • KIELER Infrastructure for Meta-Layout
  • KIELER Ptolemy Viewer
  • KIELER Layout Web Services (KWebS)
    • We added a 'Live' section to the supporting server where you can play around with different graphs and options.
    • A new format (JSON) was introduced.
    • Besides the SOAP-based web service we know also support HTTP-Post requests, e.g. allowing a lightweight use from JavaScript.

...