Skip navigation links
A B C D E F G I O P R S T U W 

A

actionBar() - Method in class com.mikepenz.iconics.IconicsDrawable
Sets the size and the Padding to the correct values to be used for the actionBar / toolBar
add(IIcon) - Method in class com.mikepenz.iconics.IconicsArrayBuilder
 
add(String) - Method in class com.mikepenz.iconics.IconicsArrayBuilder
 
add(Character) - Method in class com.mikepenz.iconics.IconicsArrayBuilder
 
add(String, Typeface) - Method in class com.mikepenz.iconics.IconicsArrayBuilder
 
add(Character, Typeface) - Method in class com.mikepenz.iconics.IconicsArrayBuilder
 
alpha(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Sets the opacity **NOTE** if you define a color (or as part of a colorStateList) with alpha the alpha value of that color will ALWAYS WIN!
applyStyles(Context, Spannable, List<StyleContainer>, List<CharacterStyle>, HashMap<String, List<CharacterStyle>>) - Static method in class com.mikepenz.iconics.utils.IconicsUtils
Applies all given styles on the given Spannable

B

backgroundColor(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set background color
backgroundColorId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
backgroundColorRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set background color from res
backgroundContourColor(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set background contour color for the.
backgroundContourColorId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
backgroundContourColorRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set background contour color from color res.
backgroundContourWidthDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set background contour width from dp for the icon
backgroundContourWidthId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
backgroundContourWidthPx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set background contour width for the icon.
backgroundContourWidthRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set background contour width from an dimen res for the icon
build() - Method in class com.mikepenz.iconics.Iconics.IconicsBuilderString
 
build() - Method in class com.mikepenz.iconics.Iconics.IconicsBuilderView
 
build() - Method in class com.mikepenz.iconics.IconicsArrayBuilder
 

C

clearColorFilter() - Method in class com.mikepenz.iconics.IconicsDrawable
 
clone() - Method in class com.mikepenz.iconics.IconicsDrawable
clones the icon
color(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the color of the drawable.
color(ColorStateList) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the color of the drawable.
colorFilter(ColorFilter) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the colorFilter
colorListRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the color of the drawable.
colorRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the color of the drawable.
colorsId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
com.mikepenz.iconics - package com.mikepenz.iconics
 
com.mikepenz.iconics.context - package com.mikepenz.iconics.context
 
com.mikepenz.iconics.typeface - package com.mikepenz.iconics.typeface
 
com.mikepenz.iconics.utils - package com.mikepenz.iconics.utils
 
contourColor(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set contour color for the.
contourColorId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
contourColorRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set contour color from color res.
contourWidthDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set contour width from dp for the icon
contourWidthId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
contourWidthPx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set contour width for the icon.
contourWidthRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set contour width from an dimen res for the icon
convertDpToPx(Context, float) - Static method in class com.mikepenz.iconics.utils.Utils
 
cornerRadiusId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
ctx(Context) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
 

D

draw(Canvas) - Method in class com.mikepenz.iconics.IconicsDrawable
 
drawBackgroundContour(boolean) - Method in class com.mikepenz.iconics.IconicsDrawable
Enable/disable background contour drawing.
drawContour(boolean) - Method in class com.mikepenz.iconics.IconicsDrawable
Enable/disable contour drawing.

E

enableShadowSupport(View) - Method in class com.mikepenz.iconics.IconicsDrawable
Enables the `LAYER_TYPE_SOFTWARE` for the view holding this icon, to enable correct shadowLayer drawing
endIndex - Variable in class com.mikepenz.iconics.utils.StyleContainer
 
extract(IconicsDrawable) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
extract() - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
extractNonNull() - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
extractWithOffsets() - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 

F

findFont(Context, String) - Static method in class com.mikepenz.iconics.Iconics
tries to find a font by its key in all registered FONTS
findFont(IIcon) - Static method in class com.mikepenz.iconics.Iconics
fetches the font from the Typeface of an IIcon
findIcons(Spanned, HashMap<String, ITypeface>) - Static method in class com.mikepenz.iconics.utils.IconicsUtils
finds the icons within a Spanned, and tries to map the the available (given via the fonts param) icons on it
findIconsFromEditable(Editable, HashMap<String, ITypeface>) - Static method in class com.mikepenz.iconics.utils.IconicsUtils
finds the icons within a Editable, and tries to map the the available (given via the fonts param) icons on it Use this whenever possible, as this method does update the Editable, and does not have to create a new Spanned
flags - Variable in class com.mikepenz.iconics.utils.StyleContainer
 
font(ITypeface) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
adds additional fonts which should be used to apply the icons
font - Variable in class com.mikepenz.iconics.utils.StyleContainer
 

G

GenericFont - Class in com.mikepenz.iconics.typeface
Created by mikepenz on 01.11.14.
GenericFont() - Constructor for class com.mikepenz.iconics.typeface.GenericFont
 
GenericFont(String, String) - Constructor for class com.mikepenz.iconics.typeface.GenericFont
 
GenericFont(String, String, String, String) - Constructor for class com.mikepenz.iconics.typeface.GenericFont
 
GenericFont.Icon - Class in com.mikepenz.iconics.typeface
 
GenericsUtil - Class in com.mikepenz.iconics.utils
Created by mikepenz on 03.08.15.
GenericsUtil() - Constructor for class com.mikepenz.iconics.utils.GenericsUtil
 
getAlpha() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getAuthor() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getAuthor() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getBackgroundColor() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getBackgroundContourColor() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getCharacter() - Method in class com.mikepenz.iconics.typeface.GenericFont.Icon
 
getCharacter() - Method in interface com.mikepenz.iconics.typeface.IIcon
 
getCharacters() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getCharacters() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getCheckableIconStateList(Context, Drawable, Drawable) - Static method in class com.mikepenz.iconics.utils.Utils
 
getCheckableIconStateList(Context, Drawable, Drawable, boolean) - Static method in class com.mikepenz.iconics.utils.Utils
 
getColor() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getColorList() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getCompatAlpha() - Method in class com.mikepenz.iconics.IconicsDrawable
just a helper method to get the alpha value
getContourColor() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getDescription() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getDescription() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getFields(Context) - Static method in class com.mikepenz.iconics.utils.GenericsUtil
a helper to get the string fields from the R class
getFontName() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getFontName() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getFormattedName() - Method in class com.mikepenz.iconics.typeface.GenericFont.Icon
 
getFormattedName() - Method in interface com.mikepenz.iconics.typeface.IIcon
 
getIcon() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getIcon(String) - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getIcon(String) - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getIconCount() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getIconCount() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getIconicsDrawable(Context, AttributeSet) - Static method in class com.mikepenz.iconics.context.IconicsAttrsApplier
 
getIcons() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getIcons() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getIntrinsicHeight() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getIntrinsicWidth() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getLicense() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getLicense() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getLicenseUrl() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getLicenseUrl() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getMappingPrefix() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getMappingPrefix() - Method in interface com.mikepenz.iconics.typeface.ITypeface
The Mapping Prefix to identify this font must have a length of 3
getName() - Method in class com.mikepenz.iconics.typeface.GenericFont.Icon
 
getName() - Method in interface com.mikepenz.iconics.typeface.IIcon
 
getOpacity() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getPlainIcon() - Method in class com.mikepenz.iconics.IconicsDrawable
 
getRegisteredFonts(Context) - Static method in class com.mikepenz.iconics.Iconics
return all registered FONTS
getResources() - Method in class com.mikepenz.iconics.context.IconicsContextWrapper
 
getString(TypedArray, int, int) - Static method in class com.mikepenz.iconics.utils.Utils
 
getSystemService(String) - Method in class com.mikepenz.iconics.context.IconicsContextWrapper
 
getTypeface(Context) - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getTypeface() - Method in class com.mikepenz.iconics.typeface.GenericFont.Icon
 
getTypeface() - Method in interface com.mikepenz.iconics.typeface.IIcon
 
getTypeface(Context) - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getUrl() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getUrl() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 
getVersion() - Method in class com.mikepenz.iconics.typeface.GenericFont
 
getVersion() - Method in interface com.mikepenz.iconics.typeface.ITypeface
 

I

icon(String) - Method in class com.mikepenz.iconics.IconicsDrawable
Loads and draws given text
icon(Character) - Method in class com.mikepenz.iconics.IconicsDrawable
Loads and draws given.
icon(Character, Typeface) - Method in class com.mikepenz.iconics.IconicsDrawable
Loads and draws given.
icon(IIcon) - Method in class com.mikepenz.iconics.IconicsDrawable
Loads and draws given.
icon(ITypeface, IIcon) - Method in class com.mikepenz.iconics.IconicsDrawable
Loads and draws given.
Icon(char) - Constructor for class com.mikepenz.iconics.typeface.GenericFont.Icon
 
Icon(String, char) - Constructor for class com.mikepenz.iconics.typeface.GenericFont.Icon
 
icon - Variable in class com.mikepenz.iconics.utils.StyleContainer
 
ICON_END - Static variable in class com.mikepenz.iconics.utils.IconicsUtils
 
ICON_START - Static variable in class com.mikepenz.iconics.utils.IconicsUtils
 
iconExists(Context, String) - Static method in class com.mikepenz.iconics.Iconics
Test if the icon exists in the currently loaded fonts
Iconics - Class in com.mikepenz.iconics
 
Iconics.IconicsBuilder - Class in com.mikepenz.iconics
 
Iconics.IconicsBuilderString - Class in com.mikepenz.iconics
 
Iconics.IconicsBuilderView - Class in com.mikepenz.iconics
 
IconicsArrayBuilder - Class in com.mikepenz.iconics
Created by mikepenz on 30.06.15.
IconicsArrayBuilder(IconicsDrawable) - Constructor for class com.mikepenz.iconics.IconicsArrayBuilder
 
IconicsAttrsApplier - Class in com.mikepenz.iconics.context
 
IconicsAttrsApplier() - Constructor for class com.mikepenz.iconics.context.IconicsAttrsApplier
 
IconicsAttrsExtractor - Class in com.mikepenz.iconics.context
 
IconicsAttrsExtractor(Context, TypedArray) - Constructor for class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
IconicsBuilder() - Constructor for class com.mikepenz.iconics.Iconics.IconicsBuilder
 
IconicsBuilderString(Context, List<ITypeface>, Spanned, List<CharacterStyle>, HashMap<String, List<CharacterStyle>>) - Constructor for class com.mikepenz.iconics.Iconics.IconicsBuilderString
 
IconicsBuilderView(Context, List<ITypeface>, TextView, List<CharacterStyle>, HashMap<String, List<CharacterStyle>>) - Constructor for class com.mikepenz.iconics.Iconics.IconicsBuilderView
 
IconicsContextWrapper - Class in com.mikepenz.iconics.context
Base created by Christopher Jenkins https://github.com/chrisjenx/Calligraphy
IconicsDrawable - Class in com.mikepenz.iconics
A custom Drawable which can display icons from icon fonts.
IconicsDrawable(Context) - Constructor for class com.mikepenz.iconics.IconicsDrawable
 
IconicsDrawable(Context, Character) - Constructor for class com.mikepenz.iconics.IconicsDrawable
 
IconicsDrawable(Context, String) - Constructor for class com.mikepenz.iconics.IconicsDrawable
 
IconicsDrawable(Context, IIcon) - Constructor for class com.mikepenz.iconics.IconicsDrawable
 
IconicsDrawable(Context, ITypeface, IIcon) - Constructor for class com.mikepenz.iconics.IconicsDrawable
 
IconicsLayoutInflater - Class in com.mikepenz.iconics.context
Created by mikepenz on 01.12.15.
IconicsLayoutInflater(AppCompatDelegate) - Constructor for class com.mikepenz.iconics.context.IconicsLayoutInflater
 
IconicsLayoutInflater2 - Class in com.mikepenz.iconics.context
Created by bschnack on 07.18.17.
IconicsLayoutInflater2(AppCompatDelegate) - Constructor for class com.mikepenz.iconics.context.IconicsLayoutInflater2
 
IconicsMenuInflaterUtil - Class in com.mikepenz.iconics.utils
Created by flisar on 23.05.2017.
IconicsMenuInflaterUtil() - Constructor for class com.mikepenz.iconics.utils.IconicsMenuInflaterUtil
 
IconicsTypefaceSpan - Class in com.mikepenz.iconics.utils
 
IconicsTypefaceSpan(String, Typeface) - Constructor for class com.mikepenz.iconics.utils.IconicsTypefaceSpan
 
IconicsUtils - Class in com.mikepenz.iconics.utils
Created by mikepenz on 05.11.15.
IconicsUtils() - Constructor for class com.mikepenz.iconics.utils.IconicsUtils
 
iconId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
iconOffsetXDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set the icon offset for X as dp
iconOffsetXPx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set the icon offset for X
iconOffsetXRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set the icon offset for X from resource
iconOffsetYDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set the icon offset for Y as dp
iconOffsetYPx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set the icon offset for Y
iconOffsetYRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set the icon offset for Y from resource
iconText(String) - Method in class com.mikepenz.iconics.IconicsDrawable
Loads and draws given text
iconText(String, Typeface) - Method in class com.mikepenz.iconics.IconicsDrawable
Loads and draws given text
IIcon - Interface in com.mikepenz.iconics.typeface
Created by mikepenz on 06.11.14.
inflate(MenuInflater, Context, int, Menu) - Static method in class com.mikepenz.iconics.utils.IconicsMenuInflaterUtil
 
inflate(MenuInflater, Context, int, Menu, boolean) - Static method in class com.mikepenz.iconics.utils.IconicsMenuInflaterUtil
 
init(Context) - Static method in class com.mikepenz.iconics.Iconics
initializes the FONTS.
isStateful() - Method in class com.mikepenz.iconics.IconicsDrawable
 
ITypeface - Interface in com.mikepenz.iconics.typeface
Created by mikepenz on 01.11.14.

O

offsetXId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
offsetYId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
on(Spanned) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
defines where the icons should be applied to
on(String) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
defines where the icons should be applied to
on(CharSequence) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
defines where the icons should be applied to
on(StringBuilder) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
defines where the icons should be applied to
on(TextView) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
defines where the icons should be applied to
on(Button) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
defines where the icons should be applied to
onBoundsChange(Rect) - Method in class com.mikepenz.iconics.IconicsDrawable
 
onCreateView(View, String, Context, AttributeSet) - Method in class com.mikepenz.iconics.context.IconicsLayoutInflater
 
onCreateView(View, String, Context, AttributeSet) - Method in class com.mikepenz.iconics.context.IconicsLayoutInflater2
 
onCreateView(String, Context, AttributeSet) - Method in class com.mikepenz.iconics.context.IconicsLayoutInflater2
 
onStateChange(int[]) - Method in class com.mikepenz.iconics.IconicsDrawable
 

P

paddingDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the padding in dp for the drawable
paddingId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
paddingPx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set a padding for the.
paddingRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the padding of the drawable from res

R

registerFont(ITypeface) - Static method in class com.mikepenz.iconics.Iconics
Registers a fonts into the FONTS array for performance
registerIcon(String, char) - Method in class com.mikepenz.iconics.typeface.GenericFont
 
respectFontBounds(boolean) - Method in class com.mikepenz.iconics.IconicsDrawable
Set if it should respect the original bounds of the icon.
roundedCornersDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from dp
roundedCornersPx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from px
roundedCornersRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from res
roundedCornersRxDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from dp
roundedCornersRxPx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from px
roundedCornersRxRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from res
roundedCornersRyDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from dp
roundedCornersRyPx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from px
roundedCornersRyRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
set rounded corner from res

S

setAlpha(int) - Method in class com.mikepenz.iconics.IconicsDrawable
 
setColorFilter(ColorFilter) - Method in class com.mikepenz.iconics.IconicsDrawable
 
setState(int[]) - Method in class com.mikepenz.iconics.IconicsDrawable
 
setTint(int) - Method in class com.mikepenz.iconics.IconicsDrawable
 
setTintList(ColorStateList) - Method in class com.mikepenz.iconics.IconicsDrawable
 
setTintMode(PorterDuff.Mode) - Method in class com.mikepenz.iconics.IconicsDrawable
 
shadowDp(float, float, float, int) - Method in class com.mikepenz.iconics.IconicsDrawable
Sets the shadow for the icon This requires shadow support to be enabled on the view holding this `IconicsDrawable`
shadowPx(float, float, float, int) - Method in class com.mikepenz.iconics.IconicsDrawable
Sets the shadow for the icon This requires shadow support to be enabled on the view holding this `IconicsDrawable`
shadowRes(int, int, int, int) - Method in class com.mikepenz.iconics.IconicsDrawable
Sets the shadow for the icon This requires shadow support to be enabled on the view holding this `IconicsDrawable`
sizeDp(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
sizeDpX(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
sizeDpY(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
sizeId(int) - Method in class com.mikepenz.iconics.context.IconicsAttrsExtractor
 
sizePx(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
sizePxX(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
sizePxY(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
sizeRes(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
sizeResX(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
sizeResY(int) - Method in class com.mikepenz.iconics.IconicsDrawable
Set the size of the drawable.
span - Variable in class com.mikepenz.iconics.utils.StyleContainer
 
spannableStringBuilder - Variable in class com.mikepenz.iconics.utils.TextStyleContainer
 
startIndex - Variable in class com.mikepenz.iconics.utils.StyleContainer
 
style(CharacterStyle...) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
 
style(Context, Spanned) - Static method in class com.mikepenz.iconics.Iconics
Creates a new SpannableStringBuilder and will iterate over the textSpanned once and copy over all characters, it will also directly replace icon font placeholders with the correct mapping.
style(Context, HashMap<String, ITypeface>, Spanned, List<CharacterStyle>, HashMap<String, List<CharacterStyle>>) - Static method in class com.mikepenz.iconics.Iconics
Creates a new SpannableStringBuilder and will iterate over the textSpanned once and copy over all characters, it will also directly replace icon font placeholders with the correct mapping.
style(Paint.Style) - Method in class com.mikepenz.iconics.IconicsDrawable
Sets the style
style - Variable in class com.mikepenz.iconics.utils.StyleContainer
 
StyleContainer - Class in com.mikepenz.iconics.utils
 
StyleContainer(int, int, String, ITypeface, int) - Constructor for class com.mikepenz.iconics.utils.StyleContainer
 
StyleContainer(int, int, String, ITypeface) - Constructor for class com.mikepenz.iconics.utils.StyleContainer
 
StyleContainer(int, int, ParcelableSpan) - Constructor for class com.mikepenz.iconics.utils.StyleContainer
 
StyleContainer(int, int, ParcelableSpan, int) - Constructor for class com.mikepenz.iconics.utils.StyleContainer
 
StyleContainer(int, int, CharacterStyle) - Constructor for class com.mikepenz.iconics.utils.StyleContainer
 
StyleContainer(int, int, CharacterStyle, int) - Constructor for class com.mikepenz.iconics.utils.StyleContainer
 
styleContainers - Variable in class com.mikepenz.iconics.utils.TextStyleContainer
 
styleEditable(Context, Editable) - Static method in class com.mikepenz.iconics.Iconics
Iterates over the editable once and replace icon font placeholders with the correct mapping.
styleEditable(Context, HashMap<String, ITypeface>, Editable, List<CharacterStyle>, HashMap<String, List<CharacterStyle>>) - Static method in class com.mikepenz.iconics.Iconics
Iterates over the editable once and replace icon font placeholders with the correct mapping.
styleFor(IIcon, CharacterStyle...) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
this method allows you to apply additional styles on icons , just provide all CharacterStyles you want to apply on the given IIcon
styleFor(String, CharacterStyle...) - Method in class com.mikepenz.iconics.Iconics.IconicsBuilder
this method allows you to apply additional styles on icons , just provide all CharacterStyles you want to apply on the given icon (by it's name faw-android)

T

TAG - Static variable in class com.mikepenz.iconics.Iconics
 
TextStyleContainer - Class in com.mikepenz.iconics.utils
 
TextStyleContainer(SpannableStringBuilder, LinkedList<StyleContainer>) - Constructor for class com.mikepenz.iconics.utils.TextStyleContainer
 
toBitmap() - Method in class com.mikepenz.iconics.IconicsDrawable
Creates a BitMap to use in Widgets or anywhere else
TOOLBAR_ICON_PADDING - Static variable in class com.mikepenz.iconics.IconicsDrawable
Size of Toolbar icon padding in dp
TOOLBAR_ICON_SIZE - Static variable in class com.mikepenz.iconics.IconicsDrawable
Size of Toolbar icon in dp
typeface(Typeface) - Method in class com.mikepenz.iconics.IconicsDrawable
sets the typeface of the drawable NOTE THIS WILL OVERWRITE THE ICONFONT!

U

updateDrawState(TextPaint) - Method in class com.mikepenz.iconics.utils.IconicsTypefaceSpan
 
updateMeasureState(TextPaint) - Method in class com.mikepenz.iconics.utils.IconicsTypefaceSpan
 
Utils - Class in com.mikepenz.iconics.utils
 
Utils() - Constructor for class com.mikepenz.iconics.utils.Utils
 

W

withTypeface(ITypeface) - Method in class com.mikepenz.iconics.typeface.GenericFont.Icon
 
wrap(Context) - Static method in class com.mikepenz.iconics.context.IconicsContextWrapper
 
A B C D E F G I O P R S T U W 
Skip navigation links