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) get the requested DataViewFactory -
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.classThis class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is an ImageViewFactory and can thus be used appropriately where an ImageView is needed. -
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.classThis class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a MetaDataViewFactory and can thus be used appropriately where a MetaDataView is needed. -
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.classThis class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a PaletteViewFactory and can thus be used appropriately where a PaletteView is needed. -
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.classThis class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a TableViewFactory and can thus be used appropriately where a TableView is needed. -
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.classThis class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a TreeViewFactory and can thus be used appropriately where a TreeView is needed.