Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync master #148

Merged
merged 14 commits into from
Aug 17, 2023
Prev Previous commit
Next Next commit
Replace support.hdfgroup.org references
  • Loading branch information
byrnHDF committed Jul 6, 2023
commit e7e1d965fcf5060959e2dba133a0d56e104b9b05
1,657 changes: 1,657 additions & 0 deletions docs/UsersGuide/Doxyfile.in

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/org.hdfgroup.hdfview/hdf/view/Chart.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down Expand Up @@ -42,11 +42,11 @@
import org.eclipse.swt.widgets.Shell;

/**
* ChartView displays a histogram/line chart of selected row/column of table data
* or image data. There are two types of chart, histogram and line plot.
* ChartView displays a histogram/line chart of selected row/column of table data or image data. There are two types of
* chart, histogram and line plot.
*
* @author Jordan T. Henderson
* @version 2.4 2/27/16
* @version 2.4 2/27/2016
*/
public class Chart extends Dialog
{
Expand Down
6 changes: 3 additions & 3 deletions src/org.hdfgroup.hdfview/hdf/view/DataView/DataView.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
6 changes: 3 additions & 3 deletions src/org.hdfgroup.hdfview/hdf/view/DefaultFileFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
22 changes: 10 additions & 12 deletions src/org.hdfgroup.hdfview/hdf/view/HDFView.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down Expand Up @@ -94,18 +94,16 @@


/**
* HDFView is the main class of this HDF visual tool. It is used to layout the
* graphical components of the hdfview. The major GUI components of the HDFView
* include Menubar, Toolbar, TreeView, ContentView, and MessageArea.
* HDFView is the main class of this HDF visual tool. It is used to layout the graphical components of the hdfview. The
* major GUI components of the HDFView include Menubar, Toolbar, TreeView, ContentView, and MessageArea.
*
* The HDFView is designed in such a way that it does not have direct access to
* the HDF library. All the HDF library access is done through HDF objects.
* Therefore, the HDFView package depends on the object package but not the
* library package. The source code of the view package (hdf.view) should
* be compiled with the library package (hdf.hdflib and hdf.hdf5lib).
* The HDFView is designed in such a way that it does not have direct access to the HDF library. All the HDF library
* access is done through HDF objects. Therefore, the HDFView package depends on the object package but not the library
* package. The source code of the view package (hdf.view) should be compiled with the library package (hdf.hdflib and
* hdf.hdf5lib).
*
* @author Jordan T. Henderson
* @version 2.4 //2015
* @version 2.4 2015
*/
public class HDFView implements DataViewManager
{
Expand Down
6 changes: 3 additions & 3 deletions src/org.hdfgroup.hdfview/hdf/view/HelpView/HelpView.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
26 changes: 11 additions & 15 deletions src/org.hdfgroup.hdfview/hdf/view/ImageView/DefaultImageView.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down Expand Up @@ -123,15 +123,12 @@
/**
* ImageView displays an HDF dataset as an image.
*
* A scalar dataset in HDF can be displayed in image or table. By default, an
* HDF4 GR image and HDF5 image is displayed as an image. Other scalar datasets
* are display in a two-dimensional table.
* A scalar dataset in HDF can be displayed in image or table. By default, an HDF4 GR image and HDF5 image is displayed
* as an image. Other scalar datasets are display in a two-dimensional table.
*
* Users can also choose to display a scalar dataset as image. Currently this version
* of the ImageView only supports 8-bit raster image with indexed RGB color
* model of 256 colors or 24-bit true color raster image. Data of other type
* will be converted to 8-bit integer. The simple linear conversion is used for
* this purpose:
* Users can also choose to display a scalar dataset as image. Currently this version of the ImageView only supports
* 8-bit raster image with indexed RGB color model of 256 colors or 24-bit true color raster image. Data of other type
* will be converted to 8-bit integer. The simple linear conversion is used for this purpose:
*
* <pre>
* y = f * (x - min),
Expand All @@ -142,10 +139,9 @@
* min = the minimum of the original data.
* </pre>
*
* A default color table is provided for images without palette attached to it.
* Current choice of default palettes include Gray, Rainbow, Nature and Wave.
* For more infomation on palette,
* read <a href="https://support.hdfgroup.org/HDF5/doc/ADGuide/ImageSpec.html">HDF5 Image and Palette Specification</a>
* A default color table is provided for images without palette attached to it. Current choice of default palettes
* include Gray, Rainbow, Nature and Wave. For more infomation on palette, read
* <a href="https://hdfgroup.github.io/hdf5/_i_m_g.html">HDF5 Image and Palette Specification</a>
*
* @author Jordan T. Henderson
* @version 2.4 2//2016
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
6 changes: 3 additions & 3 deletions src/org.hdfgroup.hdfview/hdf/view/ImageView/ImageView.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* *
* This file is part of the HDF Java Products distribution. *
* The full copyright notice, including terms governing use, modification, *
* and redistribution, is contained in the files COPYING and Copyright.html. *
* COPYING can be found at the root of the source code distribution tree. *
* Or, see https://support.hdfgroup.org/products/licenses.html *
* and redistribution, is contained in the COPYING file, which can be found *
* at the root of the source code distribution tree, *
* or in https://www.hdfgroup.org/licenses. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
****************************************************************************/
Expand Down
Loading