Package | Description |
---|---|
net.imglib2.type | |
net.imglib2.type.label |
Modifier and Type | Method and Description |
---|---|
BasePairBitType.Base |
BasePairType.get() |
Modifier and Type | Method and Description |
---|---|
void |
BasePairType.set(BasePairBitType.Base base) |
Modifier and Type | Method and Description |
---|---|
static BasePairBitType.Base |
BasePairBitType.Base.fromChar(char c) |
BasePairBitType.Base |
BasePairCharType.get() |
BasePairBitType.Base |
BasePairBitType.get() |
static BasePairBitType.Base |
BasePairBitType.Base.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
BasePairCharType.set(BasePairBitType.Base base) |
void |
BasePairBitType.set(BasePairBitType.Base base) |
Constructor and Description |
---|
BasePairBitType(BasePairBitType.Base value) |
BasePairCharType(BasePairBitType.Base value) |
Copyright © 2015–2022 ImgLib2. All rights reserved.