Object
hdf.view.DataView.DataViewFactoryProducer
public class DataViewFactoryProducer extends Object
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 Constructor Description DataViewFactoryProducer()
- 
Method SummaryModifier and Type Method Description static DataViewFactorygetFactory(ViewProperties.DataViewType viewType)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
DataViewFactoryProducerpublic DataViewFactoryProducer()
 
- 
- 
Method Details- 
getFactory- Throws:
- Exception
 
 
-