Package | Description |
---|---|
hdf.view |
Modifier and Type | Interface and Description |
---|---|
interface |
ImageView
The image view interface for displaying image object
|
interface |
MetaDataView
The metadata view interface for displaying metadata information
|
interface |
PaletteView
The palette view interface for displaying image palette
|
interface |
TableView
The table view interface for displaying data in table form
|
interface |
TextView
The text view interface for displaying text data
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultImageView
ImageView displays an HDF dataset as an image.
|
class |
DefaultMetaDataView
DefaultMetadataView is an dialog window used to show data properties.
|
class |
DefaultPaletteView
Displays a dialog for viewing and change palettes.
|
class |
DefaultTableView
TableView displays an HDF dataset as a two-dimensional table.
|
class |
DefaultTextView
TextView displays an HDF string dataset in text.
|
Modifier and Type | Method and Description |
---|---|
DataView |
HDFView.getDataView(HObject dataObject)
Returns DataView contains the specified data object.
|
DataView |
ViewManager.getDataView(HObject dataObject)
Returns DataView that contains the specified data object.
|
DataView |
DefaultTreeView.showDataContent(HObject dataObject)
Display the content of a data object.
|
DataView |
TreeView.showDataContent(HObject dataObject)
Display the content of a data object.
|
Modifier and Type | Method and Description |
---|---|
void |
HDFView.addDataView(DataView dataView)
data content is displayed, and add the dataview to the main windows
|
void |
ViewManager.addDataView(DataView dataView)
Data content is displayed, add the dataview to the main windows
|
void |
HDFView.removeDataView(DataView dataView)
data content is closed, and remove the dataview from the main window
|
void |
ViewManager.removeDataView(DataView dataView)
Data content is closed, remove the dataview from the main window
|
Constructor and Description |
---|
NewDatasetDialog(JFrame owner,
Group pGroup,
List<?> objs,
DataView observer)
Constructs NewDatasetDialog with specified list of possible parent
groups.
|
Copyright © 2017. All Rights Reserved.