public class Span
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<Span> |
CREATOR |
Constructor and Description |
---|
Span(double minimumValue,
double maximumValue) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
double |
getMaximumValue() |
double |
getMinimumValue() |
void |
setMaximumValue(double maximumValue) |
void |
setMinimumValue(double minimumValue) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<Span> CREATOR
public double getMinimumValue()
public void setMinimumValue(double minimumValue)
public double getMaximumValue()
public void setMaximumValue(double maximumValue)
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel dest, int flags)
writeToParcel
in interface android.os.Parcelable