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