Object
hdf.view.DataView.DataViewFactory
hdf.view.ImageView.ImageViewFactory
hdf.view.ImageView.DefaultImageViewFactory
A simple Factory class which returns concrete instances of the default
ImageView.
- Version:
- 1.0 4/18/2018
- Author:
- jhenderson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetImageView(DataViewManager viewer, HashMap dataPropertiesMap)
Methods inherited from class hdf.view.ImageView.ImageViewFactory
getMetaDataView, getPaletteView, getTableView, getTreeView
-
Constructor Details
-
DefaultImageViewFactory
public DefaultImageViewFactory()
-
-
Method Details
-
getImageView
public ImageView getImageView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException- Specified by:
getImageView
in classDataViewFactory
- Throws:
ClassNotFoundException
-