public class CPDFEditCharPlace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
char_index |
int |
line_index |
int |
run_index |
int |
section_index |
| Constructor and Description |
|---|
CPDFEditCharPlace(int section_index,
int line_index,
int run_index,
int char_index) |
| Modifier and Type | Method and Description |
|---|---|
CPDFEditCharPlace |
clone() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
toString() |
public int section_index
public int line_index
public int run_index
public int char_index
public CPDFEditCharPlace(int section_index,
int line_index,
int run_index,
int char_index)
public CPDFEditCharPlace clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object