public static class ITabView.TabBadge
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ITabView.TabBadge.Builder |
| Modifier and Type | Method and Description |
|---|---|
int |
getBackgroundColor() |
int |
getBadgeGravity() |
int |
getBadgeNumber() |
float |
getBadgePadding() |
java.lang.String |
getBadgeText() |
int |
getBadgeTextColor() |
float |
getBadgeTextSize() |
android.graphics.drawable.Drawable |
getDrawableBackground() |
int |
getGravityOffsetX() |
int |
getGravityOffsetY() |
Badge.OnDragStateChangedListener |
getOnDragStateChangedListener() |
int |
getStrokeColor() |
float |
getStrokeWidth() |
boolean |
isDrawableBackgroundClip() |
boolean |
isExactMode() |
boolean |
isShowShadow() |
public int getBackgroundColor()
public int getBadgeTextColor()
public float getBadgeTextSize()
public float getBadgePadding()
public int getBadgeNumber()
public java.lang.String getBadgeText()
public int getBadgeGravity()
public int getGravityOffsetX()
public int getGravityOffsetY()
public boolean isExactMode()
public boolean isShowShadow()
public android.graphics.drawable.Drawable getDrawableBackground()
public int getStrokeColor()
public boolean isDrawableBackgroundClip()
public float getStrokeWidth()
public Badge.OnDragStateChangedListener getOnDragStateChangedListener()