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 Summary
Constructors Constructor Description DefaultImageViewFactory() -
Method Summary
Modifier and Type Method Description ImageViewgetImageView(DataViewManager viewer, HashMap dataPropertiesMap)Get an instance of ImageView given the appropriate constructor parametersMethods inherited from class hdf.view.ImageView.ImageViewFactory
getMetaDataView, getPaletteView, getTableView, getTreeViewMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DefaultImageViewFactory
public DefaultImageViewFactory()
-
-
Method Details
-
getImageView
public ImageView getImageView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundExceptionDescription copied from class:DataViewFactoryGet an instance of ImageView given the appropriate constructor parameters- Specified by:
getImageViewin classDataViewFactory- Parameters:
viewer- The data view managerdataPropertiesMap- The properties for the image view- Returns:
- the image view.
- Throws:
ClassNotFoundException- If there is an error getting the class for a image view.
-