java.lang.Object | |
↳ | com.pdftron.pdf.model.RulerItem |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public static final Creator<RulerItem> | CREATOR | ||||||||||
public int | mPrecision | ||||||||||
public float | mRulerBase | ||||||||||
public String | mRulerBaseUnit | ||||||||||
public float | mRulerTranslate | ||||||||||
public String | mRulerTranslateUnit |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RulerItem() | |||||||||||
RulerItem(float base, String baseUnit, float translate, String translateUnit, int precision) | |||||||||||
RulerItem(RulerItem rulerItem) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | describeContents() | ||||||||||
boolean | equals(Object o) | ||||||||||
static RulerItem | getRulerItem(Annot annot) | ||||||||||
int | hashCode() | ||||||||||
static void | removeRulerItem(Annot annot) | ||||||||||
String | toString() | ||||||||||
void | writeToParcel(Parcel dest, int flags) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|