public class

DynamicBuilders.DynamicInt32.IntFormatter

extends java.lang.Object

 java.lang.Object

↳androidx.wear.protolayout.expression.DynamicBuilders.DynamicInt32.IntFormatter

Overview

Allows formatting DynamicBuilders.DynamicInt32 into a DynamicBuilders.DynamicString.

Summary

Methods
public intgetMinIntegerDigits()

Returns the minimum number of digits allowed in the integer portion of a number.

public booleanisGroupingUsed()

Returns whether digit grouping is used or not.

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

Methods

public int getMinIntegerDigits()

Returns the minimum number of digits allowed in the integer portion of a number.

public boolean isGroupingUsed()

Returns whether digit grouping is used or not.