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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic DataViewFactorygetFactory(ViewProperties.DataViewType viewType)
- 
Constructor Details- 
DataViewFactoryProducerpublic DataViewFactoryProducer()
 
- 
- 
Method Details- 
getFactory- Throws:
- Exception
 
 
-