Object
hdf.view.DataView.DataViewFactoryProducer
Following the Abstract Factory Pattern, represents a class to produce
 different types of DataView factory classes depending on the given
 DataViewType enum value.
- Version:
 - 1.0 4/17/2018
 - Author:
 - jhenderson
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic DataViewFactorygetFactory(ViewProperties.DataViewType viewType) get the requested DataViewFactory 
- 
Constructor Details
- 
DataViewFactoryProducer
public DataViewFactoryProducer() 
 - 
 - 
Method Details
- 
getFactory
get the requested DataViewFactory- Parameters:
 viewType- The data view type requested- Returns:
 - the data view factory.
 - Throws:
 Exception- If there is an error getting the class for a data view factory.
 
 -