android.text.style
Class QuoteSpan
java.lang.Object
android.text.style.QuoteSpan
- All Implemented Interfaces:
- LeadingMarginSpan, ParagraphStyle
public class QuoteSpan
- extends Object
- implements LeadingMarginSpan
|
Method Summary |
void |
drawLeadingMargin(Canvas c,
Paint p,
int x,
int dir,
int top,
int baseline,
int bottom,
CharSequence text,
int start,
int end,
boolean first,
Layout layout)
|
int |
getColor()
|
int |
getLeadingMargin(boolean first)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QuoteSpan
public QuoteSpan()
QuoteSpan
public QuoteSpan(int color)
getColor
public int getColor()
getLeadingMargin
public int getLeadingMargin(boolean first)
- Specified by:
getLeadingMargin in interface LeadingMarginSpan
drawLeadingMargin
public void drawLeadingMargin(Canvas c,
Paint p,
int x,
int dir,
int top,
int baseline,
int bottom,
CharSequence text,
int start,
int end,
boolean first,
Layout layout)
- Specified by:
drawLeadingMargin in interface LeadingMarginSpan
Please submit a feedback, bug or feature