-
- All Implemented Interfaces:
-
android.text.style.LeadingMarginSpan,android.text.style.ParagraphStyle,android.text.style.UpdateAppearance,android.text.style.UpdateLayout
public final class QuoteSpan extends MetricAffectingSpan implements LeadingMarginSpan
Quote ("> a quote" in Markdown, <blockquote> in HTML) Span that applies margin and an indicator on the start of the paragraph.
-
-
Method Summary
Modifier and Type Method Description UnitupdateDrawState(TextPaint tp)UnitupdateMeasureState(TextPaint textPaint)IntegergetLeadingMargin(Boolean first)UnitdrawLeadingMargin(Canvas c, Paint p, Integer x, Integer dir, Integer top, Integer baseline, Integer bottom, CharSequence text, Integer start, Integer end, Boolean first, Layout layout)-
-
Method Detail
-
updateDrawState
Unit updateDrawState(TextPaint tp)
-
updateMeasureState
Unit updateMeasureState(TextPaint textPaint)
-
getLeadingMargin
Integer getLeadingMargin(Boolean first)
-
-
-
-