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
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataViewFactory
getFactory(ViewProperties.DataViewType viewType)
-
Constructor Details
-
DataViewFactoryProducer
public DataViewFactoryProducer()
-
-
Method Details
-
getFactory
- Throws:
Exception
-