public class CPDFEditCharItem
extends java.lang.Object
| Constructor and Description |
|---|
CPDFEditCharItem(CPDFEditCharPlace place) |
CPDFEditCharItem(CPDFEditCharPlace place,
android.graphics.PointF lowPoint,
android.graphics.PointF highPoint) |
| Modifier and Type | Method and Description |
|---|---|
CPDFEditCharItem |
clone() |
boolean |
equals(java.lang.Object o) |
android.graphics.PointF |
getHighPoint() |
android.graphics.PointF |
getLowPoint() |
CPDFEditCharPlace |
getPlace() |
int |
hashCode() |
java.lang.String |
toString() |
public CPDFEditCharItem(CPDFEditCharPlace place)
public CPDFEditCharItem(CPDFEditCharPlace place, android.graphics.PointF lowPoint, android.graphics.PointF highPoint)
public CPDFEditCharPlace getPlace()
public android.graphics.PointF getHighPoint()
public android.graphics.PointF getLowPoint()
public CPDFEditCharItem clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object