Uses of Class
hdf.view.ViewProperties.BITMASK_OP
-
Packages that use ViewProperties.BITMASK_OP Package Description hdf.view -
-
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_OP
ViewProperties.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 boolean
Tools. applyBitmask(Object theData, BitSet theMask, ViewProperties.BITMASK_OP op)
Apply bitmask to a data array.
-