-
- All Implemented Interfaces:
-
java.io.Serializable
public final class InAppProperty.CornerRadius implements Serializable
Represents a corner radius object.
-
-
Field Summary
Fields Modifier and Type Field Description private final FloattopLeftprivate final FloattopRightprivate final FloatbottomRightprivate final FloatbottomLeftprivate final FloatArraycornerRadiiprivate final IntArrayvalue
-
Constructor Summary
Constructors Constructor Description InAppProperty.CornerRadius(Integer value)InAppProperty.CornerRadius(Integer topLeftBottomRight, Integer topRightBottomLeft)InAppProperty.CornerRadius(Integer topLeft, Integer topRight, Integer bottomRight, Integer bottomLeft)InAppProperty.CornerRadius(IntArray value)
-
Method Summary
Modifier and Type Method Description final FloatgetTopLeft()final FloatgetTopRight()final FloatgetBottomRight()final FloatgetBottomLeft()final FloatArraygetCornerRadii()final IntArraygetValue()final FloatArraycornerRadiiPx(Context context)Booleanequals(Object other)IntegerhashCode()-
-
Constructor Detail
-
InAppProperty.CornerRadius
InAppProperty.CornerRadius(Integer value)
-
InAppProperty.CornerRadius
InAppProperty.CornerRadius(Integer topLeftBottomRight, Integer topRightBottomLeft)
-
InAppProperty.CornerRadius
InAppProperty.CornerRadius(Integer topLeft, Integer topRight, Integer bottomRight, Integer bottomLeft)
-
InAppProperty.CornerRadius
InAppProperty.CornerRadius(IntArray value)
-
-
Method Detail
-
getTopLeft
final Float getTopLeft()
-
getTopRight
final Float getTopRight()
-
getBottomRight
final Float getBottomRight()
-
getBottomLeft
final Float getBottomLeft()
-
getCornerRadii
final FloatArray getCornerRadii()
-
cornerRadiiPx
final FloatArray cornerRadiiPx(Context context)
-
-
-
-