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

From android.os.Parcelable
static final int
static final int

Constants

CREATOR

Added in 1.1.0
public static final @NonNull Parcelable.Creator<BoundingArcWireFormatCREATOR

Public constructors

BoundingArcWireFormat

Added in 1.1.0
public BoundingArcWireFormat(
    float arcStartAngle,
    float totalArcAngle,
    float arcThickness
)

Public methods

describeContents

Added in 1.1.0
public int describeContents()

getArcStartAngle

Added in 1.1.0
public float getArcStartAngle()

getArcThickness

Added in 1.1.0
public float getArcThickness()

getTotalArcAngle

Added in 1.1.0
public float getTotalArcAngle()

writeToParcel

Added in 1.1.0
public void writeToParcel(@Nullable Parcel parcel, int flags)

Serializes this BoundingArcWireFormat to the specified Parcel.