Package | Description |
---|---|
com.sanalogi.cameralibrary |
Modifier and Type | Method and Description |
---|---|
static CardType |
CardType.getType(char cardType) |
static CardType |
CardType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CardType[] |
CardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessCamera.setCardType(CardType cardType)
Sets the card type that is going to be scanned.
|