Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Nebula/Releases/1.3.0/NaN

Release 1.3.0 New and Noteworthy


Visualization


Turn off focus rectangle on scaled slider figure The scaled slider figure can now have the focus rectangle ScaledSliderFigure.setDrawFocus(boolean) disabled via the ScaledSliderFigure.setDrawFocus(boolean) API call. The screenshot on the left shows the focus rectangle, on the right it is disabled. Bug 513916

Nebula N&N 1.3 - Filled circle point style screenshot.png


API Changes

The following API changes have been made in Visualization:

  • Some API had spelling mistake (e.g. setLable instead of setLabel). The existing misspelled API has been deprecated with new methods of the correct name added. Bug 513911

XY Graph


Filled Circle Point Style A new point style was provided that allows a filled circle as a point style. The new point style, PointStyle.CICLE, can be set by calling Trace.setPointStyle(PointStyle) or by editing the trace configuration in the user interface as shown in the screenshot. Bug 513868

Nebula N&N 1.3 - Filled circle point style screenshot.png


API Changes

The following API changes have been made in XY Graph:

  • Some API had spelling mistake (e.g. setLable instead of setLabel). The existing misspelled API has been deprecated with new methods of the correct name added. Bug 513911

Back to the top