-
- All Implemented Interfaces:
public final class IconFormIconForm is an attribute class which has TextView attributes for customizing popup icons easily.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIconForm.BuilderBuilder class for IconForm.
-
Field Summary
Fields Modifier and Type Field Description private final Drawabledrawableprivate IntegerdrawableResprivate final IconGravityiconGravityprivate final IntegericonWidthprivate final IntegericonHeightprivate final IntegericonSpaceprivate final IntegericonColorprivate final CharSequenceiconContentDescription
-
Method Summary
Modifier and Type Method Description final DrawablegetDrawable()final IntegergetDrawableRes()final UnitsetDrawableRes(@DrawableRes() Integer drawableRes)final IconGravitygetIconGravity()final IntegergetIconWidth()final IntegergetIconHeight()final IntegergetIconSpace()final IntegergetIconColor()final CharSequencegetIconContentDescription()-
-
Method Detail
-
getDrawable
final Drawable getDrawable()
-
getDrawableRes
final Integer getDrawableRes()
-
setDrawableRes
final Unit setDrawableRes(@DrawableRes() Integer drawableRes)
-
getIconGravity
final IconGravity getIconGravity()
-
getIconWidth
final Integer getIconWidth()
-
getIconHeight
final Integer getIconHeight()
-
getIconSpace
final Integer getIconSpace()
-
getIconColor
final Integer getIconColor()
-
getIconContentDescription
final CharSequence getIconContentDescription()
-
-
-
-