public interface LeadingMarginSpan extends ParagraphStyle
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LeadingMarginSpan.LeadingMarginSpan2 |
static class |
LeadingMarginSpan.Standard |
| Modifier and Type | Method and Description |
|---|---|
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 |
getLeadingMargin(boolean first) |
int getLeadingMargin(boolean first)
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)
Copyright © 2008-2013. All Rights Reserved.