Skip navigation links
C D F G I M P R S T 

C

com.rilixtech.materialfancybutton - package com.rilixtech.materialfancybutton
 
com.rilixtech.materialfancybutton.typeface - package com.rilixtech.materialfancybutton.typeface
 
com.rilixtech.materialfancybutton.utils - package com.rilixtech.materialfancybutton.utils
 
CoreIcon - Class in com.rilixtech.materialfancybutton
 

D

DEFINE_FONT_PREFIX - Static variable in class com.rilixtech.materialfancybutton.utils.GenericsUtil
 

F

findFont(Context, String) - Static method in class com.rilixtech.materialfancybutton.CoreIcon
tries to find a font by its key in all registered FONTS
findFont(IIcon) - Static method in class com.rilixtech.materialfancybutton.CoreIcon
fetches the font from the Typeface of an IIcon
findFont(Context, String, String) - Static method in class com.rilixtech.materialfancybutton.utils.FontUtil
 
FONT_MAPPING_PREFIX - Static variable in class com.rilixtech.materialfancybutton.CoreIcon
 
FontUtil - Class in com.rilixtech.materialfancybutton.utils
 
FontUtil() - Constructor for class com.rilixtech.materialfancybutton.utils.FontUtil
 

G

GenericsUtil - Class in com.rilixtech.materialfancybutton.utils
 
GenericsUtil() - Constructor for class com.rilixtech.materialfancybutton.utils.GenericsUtil
 
getAuthor() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getCharacter() - Method in interface com.rilixtech.materialfancybutton.typeface.IIcon
 
getCharacters() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getDescription() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getFields(Context) - Static method in class com.rilixtech.materialfancybutton.utils.GenericsUtil
a helper to get the string fields from the R class
getFontName() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getFormattedName() - Method in interface com.rilixtech.materialfancybutton.typeface.IIcon
 
getIcon(String) - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getIconCount() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getIconFontObject() - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Return Icon Font of the FancyButton
getIconImageObject() - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Return Icon of the FancyButton
getIcons() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getLicense() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getLicenseUrl() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getMappingPrefix() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
The Mapping Prefix to identify this font must have a length of CoreIcon.FONT_MAPPING_PREFIX
getName() - Method in interface com.rilixtech.materialfancybutton.typeface.IIcon
 
getRegisteredFonts(Context) - Static method in class com.rilixtech.materialfancybutton.CoreIcon
return all registered FONTS
getText() - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Return Text of the button
getTextViewObject() - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Return TextView Object of the FancyButton
getTypeface() - Method in interface com.rilixtech.materialfancybutton.typeface.IIcon
 
getTypeface(Context) - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getUrl() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 
getVersion() - Method in interface com.rilixtech.materialfancybutton.typeface.ITypeface
 

I

iconExists(Context, String) - Static method in class com.rilixtech.materialfancybutton.CoreIcon
Test if the icon exists in the currently loaded fonts
IIcon - Interface in com.rilixtech.materialfancybutton.typeface
Created by mikepenz on 06.11.14.
init(Context) - Static method in class com.rilixtech.materialfancybutton.CoreIcon
initializes the FONTS.
ITypeface - Interface in com.rilixtech.materialfancybutton.typeface
Created by mikepenz on 01.11.14.

M

MaterialFancyButton - Class in com.rilixtech.materialfancybutton
 
MaterialFancyButton(Context) - Constructor for class com.rilixtech.materialfancybutton.MaterialFancyButton
Default constructor
MaterialFancyButton(Context, AttributeSet) - Constructor for class com.rilixtech.materialfancybutton.MaterialFancyButton
Default constructor called from Layouts

P

POSITION_BOTTOM - Static variable in class com.rilixtech.materialfancybutton.MaterialFancyButton
 
POSITION_LEFT - Static variable in class com.rilixtech.materialfancybutton.MaterialFancyButton
Tags to identify icon position
POSITION_RIGHT - Static variable in class com.rilixtech.materialfancybutton.MaterialFancyButton
 
POSITION_TOP - Static variable in class com.rilixtech.materialfancybutton.MaterialFancyButton
 
pxToSp(Context, float) - Static method in class com.rilixtech.materialfancybutton.utils.FontUtil
 

R

registerFont(ITypeface) - Static method in class com.rilixtech.materialfancybutton.CoreIcon
Registers a fonts into the FONTS array for performance

S

setBackgroundColor(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Background color of the button
setBorderColor(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set color of the button border
setBorderWidth(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Width of the button
setCustomTextFont(String) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set custom font for button Text
setDisableBackgroundColor(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Disabled state color of the button
setDisableBorderColor(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Disabled state color of the button border
setDisableTextColor(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Disabled state color of the button text
setEnabled(boolean) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Override setEnabled and rebuild the fancybutton view To redraw the button according to the state : enabled or disabled
setFocusBackgroundColor(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Focus color of the button
setFontIconSize(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Icon size of the button (for only font icons) in sp
setGhost(boolean) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Setting the button to have hollow or solid shape
setIcon(Character) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
 
setIcon(String) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
 
setIcon(IIcon) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
 
setIconColor(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Setting the icon's color independent of the text color
setIconFont(String) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Custom font for button icon
setIconPadding(int, int, int, int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Padding for mIconView and mFontIconSize
setIconPosition(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Icon Position Use the global variables (FancyButton.POSITION_LEFT, FancyButton.POSITION_RIGHT, FancyButton.POSITION_TOP, FancyButton.POSITION_BOTTOM)
setIconResource(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set an icon from resources to the button
setIconResource(Drawable) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set a drawable to the button
setIconResource(String) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set a font icon to the button (eg FFontAwesome or Entypo...)
setRadius(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Border Radius of the button
setRadius(int, int, int, int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
 
setRadiusBottomLeft(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set border radius bottom left of the button
setRadiusBottomRight(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set border radius bottom right of the button
setRadiusTopLeft(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set border radius top left of the button
setRadiusTopRight(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set border radius top right of the button
setText(String) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set Text of the button
setText(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set text of the button by string resource id
setTextAllCaps(boolean) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set the capitalization of text
setTextColor(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set the color of text
setTextGravity(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set the gravity of Text
setTextSize(int) - Method in class com.rilixtech.materialfancybutton.MaterialFancyButton
Set the size of Text in sp
spToPx(Context, float) - Static method in class com.rilixtech.materialfancybutton.utils.FontUtil
 

T

TAG - Static variable in class com.rilixtech.materialfancybutton.MaterialFancyButton
 
C D F G I M P R S T 
Skip navigation links