| Package | Description |
|---|---|
| com.googlecode.leptonica.android |
| Modifier and Type | Method and Description |
|---|---|
Box |
Pixa.getBox(int index)
Returns the Box at the specified index, or
null on error. |
| Modifier and Type | Method and Description |
|---|---|
void |
Pixa.add(Pix pix,
Box box,
int mode)
Adds a Pix and associated Box to this Pixa.
|
void |
Pixa.addBox(Box box,
int mode)
Adds a Box to this Pixa.
|
void |
Pixa.replacePix(int index,
Pix pix,
Box box)
Replaces the Pix and Box at the specified index with the specified Pix
and Box, both of which may be recycled after calling this method.
|
Copyright © 2014. All rights reserved.