Uses of Class
net.imglib2.type.label.BasePairBitType.Base
-
Packages that use BasePairBitType.Base Package Description net.imglib2.type net.imglib2.type.label -
-
Uses of BasePairBitType.Base in net.imglib2.type
Methods in net.imglib2.type that return BasePairBitType.Base Modifier and Type Method Description BasePairBitType.Base
BasePairType. get()
Methods in net.imglib2.type with parameters of type BasePairBitType.Base Modifier and Type Method Description void
BasePairType. set(BasePairBitType.Base base)
-
Uses of BasePairBitType.Base in net.imglib2.type.label
Methods in net.imglib2.type.label that return BasePairBitType.Base Modifier and Type Method Description BasePairBitType.Base
BasePairBitType. get()
BasePairBitType.Base
BasePairCharType. get()
static BasePairBitType.Base
BasePairBitType.Base. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BasePairBitType.Base[]
BasePairBitType.Base. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.imglib2.type.label with parameters of type BasePairBitType.Base Modifier and Type Method Description void
BasePairBitType. set(BasePairBitType.Base base)
void
BasePairCharType. set(BasePairBitType.Base base)
Constructors in net.imglib2.type.label with parameters of type BasePairBitType.Base Constructor Description BasePairBitType(BasePairBitType.Base value)
BasePairCharType(BasePairBitType.Base value)
-