Uses of Class
hdf.view.ViewProperties.BITMASK_OP
| Package | Description |
|---|---|
| hdf.view | |
| hdf.view.TableView |
-
Uses of ViewProperties.BITMASK_OP in hdf.view
Methods in hdf.view that return ViewProperties.BITMASK_OP Modifier and Type Method Description static ViewProperties.BITMASK_OPViewProperties.BITMASK_OP. valueOf(String name)Returns the enum constant of this type with the specified name.static ViewProperties.BITMASK_OP[]ViewProperties.BITMASK_OP. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in hdf.view with parameters of type ViewProperties.BITMASK_OP Modifier and Type Method Description static booleanTools. applyBitmask(Object theData, BitSet theMask, ViewProperties.BITMASK_OP op)Apply bitmask to a data array. -
Uses of ViewProperties.BITMASK_OP in hdf.view.TableView
Fields in hdf.view.TableView declared as ViewProperties.BITMASK_OP Modifier and Type Field Description protected ViewProperties.BITMASK_OPDefaultBaseTableView. bitmaskOP