Skip navigation links
A C D E F G H I J L M O P R S T U V W 

A

add(E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Appends the specified element to the end of this list.
add(int, E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Inserts the specified element at the specified position in this list.
addAll(Collection<? extends E>) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, Collection<? extends E>) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addFirst(E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Inserts the specified element at the beginning of this list.
addLast(E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Appends the specified element to the end of this list.
allocateResources() - Method in class com.bluejamesbond.text.DocumentView
 
antialias - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
append(CharSequence, boolean, Object...) - Method in class com.bluejamesbond.text.util.ArticleBuilder
 
ArticleBuilder - Class in com.bluejamesbond.text.util
Created by Mathew Kurian on 10/31/2014.
ArticleBuilder() - Constructor for class com.bluejamesbond.text.util.ArticleBuilder
 

C

CenterSpan - Class in com.bluejamesbond.text.style
 
CenterSpan() - Constructor for class com.bluejamesbond.text.style.CenterSpan
 
changed - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
If any settings have changed.
clear() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Removes all of the elements from this list.
clone() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns a shallow copy of this LinkedList.
com.bluejamesbond.text - package com.bluejamesbond.text
 
com.bluejamesbond.text.hyphen - package com.bluejamesbond.text.hyphen
 
com.bluejamesbond.text.style - package com.bluejamesbond.text.style
 
com.bluejamesbond.text.util - package com.bluejamesbond.text.util
 
ConcurrentModifiableLinkedList<E> - Class in com.bluejamesbond.text
Linked list implementation of the List interface.
ConcurrentModifiableLinkedList() - Constructor for class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Constructs an empty list.
ConcurrentModifiableLinkedList(Collection<? extends E>) - Constructor for class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Constructs a list containing the elements of the specified collection, in the order they are returned by the collection's iterator.
Console - Class in com.bluejamesbond.text
 
Console() - Constructor for class com.bluejamesbond.text.Console
 
contains(Object) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns true if this list contains the specified element.

D

DE - Static variable in class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
 
debugging - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
DefaultHyphenator - Class in com.bluejamesbond.text.hyphen
 
DefaultHyphenator.HyphenPattern - Class in com.bluejamesbond.text.hyphen
HyphenaPattern.java is an adaptation of Bram Steins hypher.js-Project: https://github.com/bramstein/Hypher Code from this project belongs to the following license: Copyright (c) 2011, Bram Stein All rights reserved.
descendingIterator() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
 
destroyCache() - Method in class com.bluejamesbond.text.DocumentView
 
Direction - Enum in com.bluejamesbond.text.style
 
DirectionSpan - Class in com.bluejamesbond.text.style
 
DirectionSpan(Direction) - Constructor for class com.bluejamesbond.text.style.DirectionSpan
 
DocumentView - Class in com.bluejamesbond.text
 
DocumentView(Context, AttributeSet, int) - Constructor for class com.bluejamesbond.text.DocumentView
 
DocumentView(Context, AttributeSet) - Constructor for class com.bluejamesbond.text.DocumentView
 
DocumentView(Context) - Constructor for class com.bluejamesbond.text.DocumentView
 
DocumentView(Context, int) - Constructor for class com.bluejamesbond.text.DocumentView
 
DocumentView(Context, AttributeSet, int, int) - Constructor for class com.bluejamesbond.text.DocumentView
 
DocumentView.CacheConfig - Enum in com.bluejamesbond.text
 
DocumentView.ILayoutProgressListener - Interface in com.bluejamesbond.text
 
DocumentView.ITween - Interface in com.bluejamesbond.text
 
DocumentView.MeasureTask - Class in com.bluejamesbond.text
 
doInBackground(Void...) - Method in class com.bluejamesbond.text.DocumentView.MeasureTask
 
draw(Canvas, int, int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
drawCacheToView(Canvas, Paint, DocumentView.CacheBitmap, int) - Method in class com.bluejamesbond.text.DocumentView
 
drawLayout(Canvas, int, int, boolean) - Method in class com.bluejamesbond.text.DocumentView
 
drawText(Canvas, CharSequence, int, int, int, float, int, int, int, TextPaint, TextPaint, boolean) - Static method in class com.bluejamesbond.text.Styled
Draws a run of text on a single line, with its origin at (x,y), in the specified Paint.

E

element() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Retrieves, but does not remove, the head (first element) of this list.
EN_US - Static variable in class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
 

F

FORMATTED_TEXT - Static variable in class com.bluejamesbond.text.DocumentView
 
freeResources() - Method in class com.bluejamesbond.text.DocumentView
 

G

get(int) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns the element at the specified position in this list.
get(float, float, float, float) - Method in interface com.bluejamesbond.text.DocumentView.ITween
 
getAlignment() - Method in class com.bluejamesbond.text.style.TextAlignmentSpan
 
getById(int) - Static method in enum com.bluejamesbond.text.DocumentView.CacheConfig
 
getById(int) - Static method in enum com.bluejamesbond.text.style.TextAlignment
 
getCacheConfig() - Method in class com.bluejamesbond.text.DocumentView
 
getDirection() - Method in class com.bluejamesbond.text.style.DirectionSpan
 
getDocumentLayoutInstance(int, TextPaint) - Method in class com.bluejamesbond.text.DocumentView
 
getDocumentLayoutParams() - Method in class com.bluejamesbond.text.DocumentView
 
getFadeInAnimationStepDelay() - Method in class com.bluejamesbond.text.DocumentView
 
getFadeInDuration() - Method in class com.bluejamesbond.text.DocumentView
 
getFadeInTween() - Method in class com.bluejamesbond.text.DocumentView
 
getFirst() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns the first element in this list.
getHyphen() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getHyphenator() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getId() - Method in enum com.bluejamesbond.text.DocumentView.CacheConfig
 
getId() - Method in enum com.bluejamesbond.text.style.TextAlignment
 
getInsetPaddingBottom() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getInsetPaddingLeft() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getInsetPaddingRight() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getInsetPaddingTop() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getInstance(DefaultHyphenator.HyphenPattern) - Static method in class com.bluejamesbond.text.hyphen.DefaultHyphenator
 
getInstance() - Static method in class com.bluejamesbond.text.hyphen.SqueezeHyphenator
 
getLast() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns the last element in this list.
getLayout() - Method in class com.bluejamesbond.text.DocumentView
 
getLayoutParams() - Method in class com.bluejamesbond.text.IDocumentLayout
 
getLineCount() - Method in class com.bluejamesbond.text.IDocumentLayout
 
getLineForToken(int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
getLineForToken(int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
getLineForToken(int) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
getLineHeightMultiplier() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getMaxLines() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getMeasuredHeight() - Method in class com.bluejamesbond.text.IDocumentLayout
 
getOffsetX() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getOffsetY() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getPaint() - Method in class com.bluejamesbond.text.IDocumentLayout
 
getParentWidth() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getText() - Method in class com.bluejamesbond.text.DocumentView
 
getText() - Method in class com.bluejamesbond.text.IDocumentLayout
 
getTextAlignment() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getTextAlignment() - Method in class com.bluejamesbond.text.style.CenterSpan
 
getTextAlignment() - Method in class com.bluejamesbond.text.style.JustifiedSpan
 
getTextAlignment() - Method in class com.bluejamesbond.text.style.LeftSpan
 
getTextAlignment() - Method in class com.bluejamesbond.text.style.RightSpan
 
getTextAlignment() - Method in class com.bluejamesbond.text.style.TextAlignmentSpan
 
getTextColor() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getTextLinkColor() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getTextSize() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getTextTypeface() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
getTextWidths(TextPaint, TextPaint, Spanned, int, int, float[], Paint.FontMetricsInt) - Static method in class com.bluejamesbond.text.Styled
Returns the advance widths for a uniform left-to-right run of text with no style changes in the middle of the run.
getTokenAscent(int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
getTokenAscent(int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
getTokenAscent(int) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
getTokenDescent(int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
getTokenDescent(int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
getTokenDescent(int) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
getTokenEnd(int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
getTokenEnd(int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
getTokenEnd(int) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
getTokenForVertical(float, IDocumentLayout.TokenPosition) - Method in class com.bluejamesbond.text.IDocumentLayout
 
getTokenForVertical(float, IDocumentLayout.TokenPosition) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
getTokenForVertical(float, IDocumentLayout.TokenPosition) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
getTokenStart(int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
getTokenStart(int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
getTokenStart(int) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
getTokenTextAt(int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
getTokenTextAt(int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
getTokenTextAt(int) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
getTokenTopAt(int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
getTokenTopAt(int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
getTokenTopAt(int) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
getTrimmedLength(CharSequence, int, int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
Returns the length that the specified CharSequence would have if spaces and control characters were trimmed from the start and end, as by String.trim().
getTrimmedLength(CharSequence, int, int) - Method in class com.bluejamesbond.text.StringDocumentLayout
Returns the length that the specified CharSequence would have if spaces and control characters were trimmed from the start and end, as by String.trim().
getViewportView() - Method in class com.bluejamesbond.text.DocumentView
 
getWordSpacingMultiplier() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 

H

hasChanged() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
hyphen - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
hyphenate(String) - Method in class com.bluejamesbond.text.hyphen.DefaultHyphenator
 
hyphenate(String) - Method in interface com.bluejamesbond.text.hyphen.IHyphenator
 
hyphenate(String) - Method in class com.bluejamesbond.text.hyphen.SqueezeHyphenator
 
hyphenated - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
hyphenator - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
All the customizable parameters
HyphenPattern(int, int, Map<Integer, String>) - Constructor for class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
 

I

IDocumentLayout - Class in com.bluejamesbond.text
 
IDocumentLayout(Context, TextPaint) - Constructor for class com.bluejamesbond.text.IDocumentLayout
 
IDocumentLayout.ICancel<T> - Interface in com.bluejamesbond.text
 
IDocumentLayout.IProgress<T> - Interface in com.bluejamesbond.text
 
IDocumentLayout.LayoutParams - Class in com.bluejamesbond.text
 
IDocumentLayout.TokenPosition - Enum in com.bluejamesbond.text
 
IHyphenator - Interface in com.bluejamesbond.text.hyphen
 
indexOf(Object) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
initPaint(Paint) - Method in class com.bluejamesbond.text.DocumentView
 
insetPaddingBottom - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
insetPaddingLeft - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
insetPaddingRight - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
insetPaddingTop - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
invalidate() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
invalidateCache() - Method in class com.bluejamesbond.text.DocumentView
 
isAntiAlias() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
isCancelled() - Method in interface com.bluejamesbond.text.IDocumentLayout.ICancel
 
isDebugging() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
isDisallowInterceptTouch() - Method in class com.bluejamesbond.text.DocumentView
 
isHyphenated() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
isReverse() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
isReverse() - Method in enum com.bluejamesbond.text.style.Direction
 
isReverse() - Method in class com.bluejamesbond.text.style.DirectionSpan
 
isTextFakeBold() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
isTextStrikeThru() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
isTextSubPixel() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
isTextUnderline() - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
isTokenized() - Method in class com.bluejamesbond.text.IDocumentLayout
 
isTokenized() - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
isTokenized() - Method in class com.bluejamesbond.text.StringDocumentLayout
 

J

JustifiedSpan - Class in com.bluejamesbond.text.style
 
JustifiedSpan() - Constructor for class com.bluejamesbond.text.style.JustifiedSpan
 

L

lastIndexOf(Object) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns the index of the last occurrence of the specified element in this list, or -1 if this list does not contain the element.
LayoutParams() - Constructor for class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
layoutProgressListener - Variable in class com.bluejamesbond.text.DocumentView
 
leftMin - Variable in class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
 
LeftSpan - Class in com.bluejamesbond.text.style
 
LeftSpan() - Constructor for class com.bluejamesbond.text.style.LeftSpan
 
lineCount - Variable in class com.bluejamesbond.text.IDocumentLayout
 
lineHeightMultiplier - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
listIterator(int) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns a list-iterator of the elements in this list (in proper sequence), starting at the specified position in the list.
loadToPaint(Paint) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
log(String, String) - Static method in class com.bluejamesbond.text.Console
 
log(String, int) - Static method in class com.bluejamesbond.text.Console
 
log(String, long) - Static method in class com.bluejamesbond.text.Console
 
log(String, double) - Static method in class com.bluejamesbond.text.Console
 
log(String, float) - Static method in class com.bluejamesbond.text.Console
 
log(String, boolean) - Static method in class com.bluejamesbond.text.Console
 
log(String) - Static method in class com.bluejamesbond.text.Console
 
log(int) - Static method in class com.bluejamesbond.text.Console
 
log(long) - Static method in class com.bluejamesbond.text.Console
 
log(double) - Static method in class com.bluejamesbond.text.Console
 
log(float) - Static method in class com.bluejamesbond.text.Console
 
log(boolean) - Static method in class com.bluejamesbond.text.Console
 
log(T) - Static method in class com.bluejamesbond.text.Console
 

M

maxLines - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
measure(IDocumentLayout.IProgress<Float>, IDocumentLayout.ICancel<Boolean>) - Method in class com.bluejamesbond.text.IDocumentLayout
 
measuredHeight - Variable in class com.bluejamesbond.text.IDocumentLayout
 
MeasureTask(float) - Constructor for class com.bluejamesbond.text.DocumentView.MeasureTask
 
measureText(TextPaint, TextPaint, CharSequence, int, int, Paint.FontMetricsInt) - Static method in class com.bluejamesbond.text.Styled
Returns the width of a run of left-to-right text on a single line, considering style information in the text (e.g.

O

offer(E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Adds the specified element as the tail (last element) of this list.
offerFirst(E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Inserts the specified element at the front of this list.
offerLast(E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Inserts the specified element at the end of this list.
offsetX - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
offsetY - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
onAttachedToWindow() - Method in class com.bluejamesbond.text.DocumentView
 
onCancelled() - Method in interface com.bluejamesbond.text.DocumentView.ILayoutProgressListener
 
onCancelled() - Method in class com.bluejamesbond.text.DocumentView.MeasureTask
 
onConfigurationChanged(Configuration) - Method in class com.bluejamesbond.text.DocumentView
 
onDetachedFromWindow() - Method in class com.bluejamesbond.text.DocumentView
 
onDraw(Canvas) - Method in class com.bluejamesbond.text.DocumentView
 
onDraw(Canvas, int, int) - Method in class com.bluejamesbond.text.IDocumentLayout
 
onDraw(Canvas, int, int) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
onDraw(Canvas, int, int) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
onFinish() - Method in interface com.bluejamesbond.text.DocumentView.ILayoutProgressListener
 
onLayoutParamsChange() - Method in class com.bluejamesbond.text.IDocumentLayout
 
onMeasure(int, int) - Method in class com.bluejamesbond.text.DocumentView
 
onMeasure(IDocumentLayout.IProgress<Float>, IDocumentLayout.ICancel<Boolean>) - Method in class com.bluejamesbond.text.IDocumentLayout
 
onMeasure(IDocumentLayout.IProgress<Float>, IDocumentLayout.ICancel<Boolean>) - Method in class com.bluejamesbond.text.SpannableDocumentLayout
 
onMeasure(IDocumentLayout.IProgress<Float>, IDocumentLayout.ICancel<Boolean>) - Method in class com.bluejamesbond.text.StringDocumentLayout
 
onPostExecute(Boolean) - Method in class com.bluejamesbond.text.DocumentView.MeasureTask
 
onPreExecute() - Method in class com.bluejamesbond.text.DocumentView.MeasureTask
 
onProgressUpdate(float) - Method in interface com.bluejamesbond.text.DocumentView.ILayoutProgressListener
 
onStart() - Method in interface com.bluejamesbond.text.DocumentView.ILayoutProgressListener
 
onTextChange() - Method in class com.bluejamesbond.text.IDocumentLayout
 
onTextNull() - Method in class com.bluejamesbond.text.IDocumentLayout
 
onTouchEvent(MotionEvent) - Method in class com.bluejamesbond.text.DocumentView
 
onUpdate(T) - Method in interface com.bluejamesbond.text.IDocumentLayout.IProgress
 

P

paint - Variable in class com.bluejamesbond.text.IDocumentLayout
 
params - Variable in class com.bluejamesbond.text.IDocumentLayout
 
parentWidth - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
patternObject - Variable in class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
 
peek() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Retrieves, but does not remove, the head (first element) of this list.
peekFirst() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Retrieves, but does not remove, the first element of this list, or returns null if this list is empty.
peekLast() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Retrieves, but does not remove, the last element of this list, or returns null if this list is empty.
PLAIN_TEXT - Static variable in class com.bluejamesbond.text.DocumentView
 
poll() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Retrieves and removes the head (first element) of this list
pollFirst() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Retrieves and removes the first element of this list, or returns null if this list is empty.
pollLast() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Retrieves and removes the last element of this list, or returns null if this list is empty.
pop() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Pops an element from the stack represented by this list.
PT - Static variable in class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
 
push(E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Pushes an element onto the stack represented by this list.

R

rawTextSize - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
remove(Object) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Removes the first occurrence of the specified element from this list, if it is present.
remove(int) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Removes the element at the specified position in this list.
remove() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Retrieves and removes the head (first element) of this list.
removeFirst() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Removes and returns the first element from this list.
removeFirstOccurrence(Object) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Removes the first occurrence of the specified element in this list (when traversing the list from head to tail).
removeLast() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Removes and returns the last element from this list.
removeLastOccurrence(Object) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Removes the last occurrence of the specified element in this list (when traversing the list from head to tail).
requestLayout() - Method in class com.bluejamesbond.text.DocumentView
 
reverse - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
rightMin - Variable in class com.bluejamesbond.text.hyphen.DefaultHyphenator.HyphenPattern
 
RightSpan - Class in com.bluejamesbond.text.style
 
RightSpan() - Constructor for class com.bluejamesbond.text.style.RightSpan
 

S

set(int, E) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Replaces the element at the specified position in this list with the specified element.
setAntialias(boolean) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setCacheConfig(DocumentView.CacheConfig) - Method in class com.bluejamesbond.text.DocumentView
 
setDebugging(Boolean) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setDisallowInterceptTouch(boolean) - Method in class com.bluejamesbond.text.DocumentView
 
setFadeInAnimationStepDelay(int) - Method in class com.bluejamesbond.text.DocumentView
 
setFadeInDuration(int) - Method in class com.bluejamesbond.text.DocumentView
 
setFadeInTween(DocumentView.ITween) - Method in class com.bluejamesbond.text.DocumentView
 
setHyphen(String) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setHyphenated(boolean) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setHyphenator(IHyphenator) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setInsetPaddingBottom(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setInsetPaddingLeft(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setInsetPaddingRight(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setInsetPaddingTop(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setLineHeightMultiplier(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setMaxLines(int) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setMinimumHeight(int) - Method in class com.bluejamesbond.text.DocumentView
 
setOffsetX(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setOffsetY(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setOnLayoutProgressListener(DocumentView.ILayoutProgressListener) - Method in class com.bluejamesbond.text.DocumentView
 
setParentWidth(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setProgressBar(int) - Method in class com.bluejamesbond.text.DocumentView
 
setProgressBar(ProgressBar) - Method in class com.bluejamesbond.text.DocumentView
 
setRawTextSize(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setReverse(boolean) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setText(CharSequence) - Method in class com.bluejamesbond.text.DocumentView
 
setText(CharSequence) - Method in class com.bluejamesbond.text.IDocumentLayout
 
setTextAlignment(TextAlignment) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextColor(int) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextFakeBold(boolean) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextLinkColor(Integer) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextSize(int, float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextSize(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextStrikeThru(boolean) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextSubPixel(boolean) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextTypeface(Typeface) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setTextUnderline(boolean) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
setWordSpacingMultiplier(float) - Method in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
showToast(String) - Method in class com.bluejamesbond.text.IDocumentLayout
 
size() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns the number of elements in this list.
SpannableDocumentLayout - Class in com.bluejamesbond.text
 
SpannableDocumentLayout(Context, TextPaint) - Constructor for class com.bluejamesbond.text.SpannableDocumentLayout
 
SqueezeHyphenator - Class in com.bluejamesbond.text.hyphen
 
StringDocumentLayout - Class in com.bluejamesbond.text
 
StringDocumentLayout(Context, TextPaint) - Constructor for class com.bluejamesbond.text.StringDocumentLayout
 
Styled - Class in com.bluejamesbond.text
This class provides static methods for drawing and measuring styled text, like Spanned object with ReplacementSpan.
Styled() - Constructor for class com.bluejamesbond.text.Styled
 
subpixelText - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 

T

text - Variable in class com.bluejamesbond.text.IDocumentLayout
 
textAlignment - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
TextAlignment - Enum in com.bluejamesbond.text.style
 
TextAlignmentSpan - Class in com.bluejamesbond.text.style
 
TextAlignmentSpan() - Constructor for class com.bluejamesbond.text.style.TextAlignmentSpan
 
textChange - Variable in class com.bluejamesbond.text.IDocumentLayout
 
textColor - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
textFakeBold - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
textLinkColor - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
textStrikeThru - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
textTypeface - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
textUnderline - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
toArray() - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element).
toArray(T[]) - Method in class com.bluejamesbond.text.ConcurrentModifiableLinkedList
Returns an array containing all of the elements in this list in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.

U

updateDrawState(TextPaint) - Method in class com.bluejamesbond.text.style.DirectionSpan
 

V

valueOf(String) - Static method in enum com.bluejamesbond.text.DocumentView.CacheConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bluejamesbond.text.IDocumentLayout.TokenPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bluejamesbond.text.style.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.bluejamesbond.text.style.TextAlignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.bluejamesbond.text.DocumentView.CacheConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bluejamesbond.text.IDocumentLayout.TokenPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bluejamesbond.text.style.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.bluejamesbond.text.style.TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.

W

wordSpacingMultiplier - Variable in class com.bluejamesbond.text.IDocumentLayout.LayoutParams
 
A C D E F G H I J L M O P R S T U V W 
Skip navigation links