public final class

DimensionBuilders.DegreesProp

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.DimensionBuilders.DegreesProp

Overview

A type for angular dimensions, measured in degrees.

Summary

Methods
public static DimensionBuilders.DegreesPropfromProto(DimensionProto.DegreesProp proto)

public floatgetValue()

Gets the value, in degrees.

public DimensionProto.DegreesProptoProto()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public float getValue()

Gets the value, in degrees. Intended for testing purposes only.

public static DimensionBuilders.DegreesProp fromProto(DimensionProto.DegreesProp proto)

public DimensionProto.DegreesProp toProto()