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.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object