BoundingArcWireFormat


@ComplicationExperimental
public final class BoundingArcWireFormat implements VersionedParcelable, Parcelable


Wire format for BoundingArc.

Summary

Public constructors

BoundingArcWireFormat(
    float arcStartAngle,
    float totalArcAngle,
    float arcThickness
)

Public methods

int
float
float
float
void
writeToParcel(@Nullable Parcel parcel, int flags)

Serializes this BoundingArcWireFormat to the specified Parcel.

Inherited Constants

static final int
static final int

Constants

CREATOR

Added in 1.1.0
Deprecated in 1.3.0-alpha06
public static final @NonNull Parcelable.Creator<BoundingArcWireFormatCREATOR

Public constructors

BoundingArcWireFormat

Added in 1.1.0
Deprecated in 1.3.0-alpha06
public BoundingArcWireFormat(
    float arcStartAngle,
    float totalArcAngle,
    float arcThickness
)

Public methods

describeContents

Added in 1.1.0
Deprecated in 1.3.0-alpha06
public int describeContents()

getArcStartAngle

Added in 1.1.0
Deprecated in 1.3.0-alpha06
public float getArcStartAngle()

getArcThickness

Added in 1.1.0
Deprecated in 1.3.0-alpha06
public float getArcThickness()

getTotalArcAngle

Added in 1.1.0
Deprecated in 1.3.0-alpha06
public float getTotalArcAngle()

writeToParcel

Added in 1.1.0
Deprecated in 1.3.0-alpha06
public void writeToParcel(@Nullable Parcel parcel, int flags)

Serializes this BoundingArcWireFormat to the specified Parcel.