| Interface | Description |
|---|---|
| DataView |
The data view interface for displaying data objects
|
| ViewManager |
Defines a list of APIs for the main HDFView windows
|
| Class | Description |
|---|---|
| Chart |
ChartView displays a histogram/line chart of selected row/column of table data
or image data.
|
| DataViewFactory | |
| DataViewFactoryProducer |
Following the Abstract Factory Pattern, represents a class to produce
different types of DataView factory classes depending on the given
DataViewType enum value.
|
| DefaultFileFilter |
A convenience implementation of FileFilter that filters out all files except
for those type extensions that it knows about.
|
| HDFView |
HDFView is the main class of this HDF visual tool.
|
| Tools |
The "Tools" class contains various tools for HDF files such as jpeg to HDF
converter.
|
| ViewProperties |
| Enum | Description |
|---|---|
| ViewProperties.BITMASK_OP |
Property keys control how the data is displayed.
|
| ViewProperties.DATA_VIEW_KEY |
Property keys control how the data is displayed.
|
| ViewProperties.DataViewType |
Used to create different DataViews for a given HObject.
|
Copyright © 2018. All Rights Reserved.