Uses of Class
hdf.view.DataView.DataViewFactory
| Package | Description |
|---|---|
| hdf.view.DataView | |
| hdf.view.ImageView | |
| hdf.view.MetaDataView | |
| hdf.view.PaletteView | |
| hdf.view.TableView | |
| hdf.view.TreeView |
-
Uses of DataViewFactory in hdf.view.DataView
Methods in hdf.view.DataView that return DataViewFactory Modifier and Type Method Description static DataViewFactoryDataViewFactoryProducer. getFactory(ViewProperties.DataViewType viewType) -
Uses of DataViewFactory in hdf.view.ImageView
Subclasses of DataViewFactory in hdf.view.ImageView Modifier and Type Class Description classDefaultImageViewFactoryA simple Factory class which returns concrete instances of the default ImageView.classImageViewFactory -
Uses of DataViewFactory in hdf.view.MetaDataView
Subclasses of DataViewFactory in hdf.view.MetaDataView Modifier and Type Class Description classDefaultMetaDataViewFactoryA simple Factory class which returns concrete instances of the default MetaDataView, based on whether the data object is a Group, Dataset, Datatype or other form of object.classMetaDataViewFactory -
Uses of DataViewFactory in hdf.view.PaletteView
Subclasses of DataViewFactory in hdf.view.PaletteView Modifier and Type Class Description classDefaultPaletteViewFactoryA simple Factory class which returns concrete instances of the default PaletteView.classPaletteViewFactory -
Uses of DataViewFactory in hdf.view.TableView
Subclasses of DataViewFactory in hdf.view.TableView Modifier and Type Class Description classDefaultTableViewFactoryA simple Factory class which returns concrete instances of the default TableView, based on whether the data object to be viewed is a scalar or compound dataset or is an attribute.classTableViewFactory -
Uses of DataViewFactory in hdf.view.TreeView
Subclasses of DataViewFactory in hdf.view.TreeView Modifier and Type Class Description classDefaultTreeViewFactoryA simple Factory class which returns concrete instances of the default TreeView.classTreeViewFactory