Object
hdf.view.DataView.DataViewFactory
hdf.view.ImageView.ImageViewFactory
hdf.view.ImageView.DefaultImageViewFactory
public class DefaultImageViewFactory extends ImageViewFactory
A simple Factory class which returns concrete instances of the default
 ImageView.
- Version:
- 1.0 4/18/2018
- Author:
- jhenderson
- 
Constructor SummaryConstructors Constructor Description DefaultImageViewFactory()
- 
Method SummaryModifier and Type Method Description ImageViewgetImageView(DataViewManager viewer, HashMap dataPropertiesMap)Methods inherited from class hdf.view.ImageView.ImageViewFactorygetMetaDataView, getPaletteView, getTableView, getTreeViewMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
DefaultImageViewFactorypublic DefaultImageViewFactory()
 
- 
- 
Method Details- 
getImageViewpublic ImageView getImageView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException- Specified by:
- getImageViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
 
 
-