-
- All Implemented Interfaces:
-
java.io.Serializable
public final class InAppProperty.Size implements Serializable
Represents a size object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInAppProperty.Size.Companionpublic enumInAppProperty.Size.Unit
-
Field Summary
Fields Modifier and Type Field Description private InAppProperty.Size.Unitunitprivate final FloatfloatValueprivate final Stringvalue
-
Constructor Summary
Constructors Constructor Description InAppProperty.Size(String value)
-
Method Summary
Modifier and Type Method Description final InAppProperty.Size.UnitgetUnit()final UnitsetUnit(InAppProperty.Size.Unit unit)final FloatgetFloatValue()final StringgetValue()final BooleanisFill()final BooleanisAuto()final BooleanisPixel()final BooleanisPercentage()-
-
Constructor Detail
-
InAppProperty.Size
InAppProperty.Size(String value)
-
-
Method Detail
-
getUnit
final InAppProperty.Size.Unit getUnit()
-
setUnit
final Unit setUnit(InAppProperty.Size.Unit unit)
-
getFloatValue
final Float getFloatValue()
-
isPercentage
final Boolean isPercentage()
-
-
-
-