Uses of Class
hdf.view.DataView.DataViewFactory
Packages that use DataViewFactory
Package
Description
-
Uses of DataViewFactory in hdf.view.DataView
Methods in hdf.view.DataView that return DataViewFactoryModifier and TypeMethodDescriptionstatic DataViewFactoryDataViewFactoryProducer.getFactory(ViewProperties.DataViewType viewType) -
Uses of DataViewFactory in hdf.view.ImageView
Subclasses of DataViewFactory in hdf.view.ImageViewModifier and TypeClassDescriptionclassA simple Factory class which returns concrete instances of the default ImageView.class -
Uses of DataViewFactory in hdf.view.MetaDataView
Subclasses of DataViewFactory in hdf.view.MetaDataViewModifier and TypeClassDescriptionclassA simple Factory class which returns concrete instances of the default MetaDataView, based on whether the data object is a Group, Dataset, Datatype or other form of object.class -
Uses of DataViewFactory in hdf.view.PaletteView
Subclasses of DataViewFactory in hdf.view.PaletteViewModifier and TypeClassDescriptionclassA simple Factory class which returns concrete instances of the default PaletteView.class -
Uses of DataViewFactory in hdf.view.TableView
Subclasses of DataViewFactory in hdf.view.TableViewModifier and TypeClassDescriptionclassA simple Factory class which returns concrete instances of the default TableView, based on whether the data object to be viewed is a scalar or compound dataset or is an attribute.class -
Uses of DataViewFactory in hdf.view.TreeView
Subclasses of DataViewFactory in hdf.view.TreeViewModifier and TypeClassDescriptionclassA simple Factory class which returns concrete instances of the default TreeView.class