public class OCRLines extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
OCRLines() |
|
OCRLines(long n) |
protected |
OCRLines(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
add(OCRLine x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
OCRLine |
get(int i) |
protected static long |
getCPtr(OCRLines obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
OCRLine val) |
long |
size() |
protected OCRLines(long cPtr, boolean cMemoryOwn)
public OCRLines()
public OCRLines(long n)
protected static long getCPtr(OCRLines obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(OCRLine x)
public OCRLine get(int i)
public void set(int i, OCRLine val)