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

Difference between revisions of "Nebula/Releases/1.3.0/NaN"

Line 4: Line 4:
 
== Visualization ==
 
== Visualization ==
 
----
 
----
{|
+
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | Turn off focus rectangle on scaled slider figure
 
! style="width: 30%; text-align:left;" | Turn off focus rectangle on scaled slider figure
Line 12: Line 12:
 
|}
 
|}
 
----
 
----
{|
+
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | Custom image data for Color Map Ramp
 
! style="width: 30%; text-align:left;" | Custom image data for Color Map Ramp
Line 20: Line 20:
 
|}
 
|}
 
----
 
----
{|
+
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | API Changes/Deprecations
 
! style="width: 30%; text-align:left;" | API Changes/Deprecations
 
|  
 
|  
 
The following API changes have been made in Visualization:
 
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. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=513911 Bug 513911]
+
* Some API had a spelling mistake (e.g. setLable instead of setLabel). The existing misspelled API has been deprecated with new methods of the correct name added. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=513911 Bug 513911]
 
|}
 
|}
 
----
 
----
Line 31: Line 31:
 
== XY Graph ==
 
== XY Graph ==
 
----
 
----
{|
+
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | Filled Circle Point Style
 
! style="width: 30%; text-align:left;" | Filled Circle Point Style
Line 39: Line 39:
 
|}
 
|}
 
----
 
----
{|
+
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | Better mouse cursors on dark plots
 
! style="width: 30%; text-align:left;" | Better mouse cursors on dark plots
Line 50: Line 50:
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | Show legend button added to toolbar
 
! style="width: 30%; text-align:left;" | Show legend button added to toolbar
| A new button has been added to the toolbar to toggle the Legend.[https://bugs.eclipse.org/bugs/show_bug.cgi?id=514124 Bug 514124]
+
| A new button has been added to the toolbar to toggle the Legend. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=514124 Bug 514124]
  
 
[[File:Nebula N&N 1.3 - Legend_button_small.png]]
 
[[File:Nebula N&N 1.3 - Legend_button_small.png]]
 
|}
 
|}
 
----
 
----
{|
+
{| style="width: 100%;"
 +
|- style="vertical-align:top;"
 +
! style="width: 30%; text-align:left;" | Disable editing ranges of axes
 +
| A new constructor has been added to '''AxisConfigPage''' that allows the min/max range fields of individual Axis to be enabled. When disabled an information message is displayed below the disabled fields. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=514124 Bug 514124]
 +
 
 +
[[File:Nebula N&N 1.3 - Enable_ranges_on_axis_config_smaller.png]]
 +
|}
 +
----
 +
{| style="width: 100%;"
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
 
! style="width: 30%; text-align:left;" | API Changes/Deprecations
 
! style="width: 30%; text-align:left;" | API Changes/Deprecations
 
|  
 
|  
 
The following API changes have been made in XY Graph:
 
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. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=513911 Bug 513911]
+
* Some API had a spelling mistake (e.g. setLable instead of setLabel). The existing misspelled API has been deprecated with new methods of the correct name added. [https://bugs.eclipse.org/bugs/show_bug.cgi?id=513911 Bug 513911]
 
|}
 
|}
 
----
 
----

Revision as of 18:11, 27 March 2017

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 turned off 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 - Drawfocus.png


Custom image data for Color Map Ramp The color map ramp can have custom image data applied with ColorMapRamp.setImageData(ImageData). A new example for the Color Map Ramp has also been contributed in git. Bug 513999

Nebula N&N 1.3 - Custom image data smaller.png


API Changes/Deprecations

The following API changes have been made in Visualization:

  • Some API had a 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


Better mouse cursors on dark plots The cursor in XYGraph when zooming can sometimes be near-impossible to see over the current plot. Improved mouse cursors make it easier to see the cursor in these situations. Bug 514117

Nebula N&N 1.3 - improved mouse cursors.png


Show legend button added to toolbar A new button has been added to the toolbar to toggle the Legend. Bug 514124

Nebula N&N 1.3 - Legend button small.png


Disable editing ranges of axes A new constructor has been added to AxisConfigPage that allows the min/max range fields of individual Axis to be enabled. When disabled an information message is displayed below the disabled fields. Bug 514124

Nebula N&N 1.3 - Enable ranges on axis config smaller.png


API Changes/Deprecations

The following API changes have been made in XY Graph:

  • Some API had a 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