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.BaseBasePairType. get()Methods in net.imglib2.type with parameters of type BasePairBitType.Base Modifier and Type Method Description voidBasePairType. 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 static BasePairBitType.BaseBasePairBitType.Base. fromChar(char c)BasePairBitType.BaseBasePairBitType. get()BasePairBitType.BaseBasePairCharType. get()static BasePairBitType.BaseBasePairBitType.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 voidBasePairBitType. set(BasePairBitType.Base base)voidBasePairCharType. 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)
-