android.text.style
Interface LineHeightSpan

All Superinterfaces:
ParagraphStyle, WrapTogetherSpan
All Known Subinterfaces:
LineHeightSpan.WithDensity
All Known Implementing Classes:
DrawableMarginSpan, IconMarginSpan

public interface LineHeightSpan
extends ParagraphStyle, WrapTogetherSpan


Nested Class Summary
static interface LineHeightSpan.WithDensity
           
 
Method Summary
 void chooseHeight(CharSequence text, int start, int end, int spanstartv, int v, Paint.FontMetricsInt fm)
           
 

Method Detail

chooseHeight

void chooseHeight(CharSequence text,
                  int start,
                  int end,
                  int spanstartv,
                  int v,
                  Paint.FontMetricsInt fm)


Copyright © 2008-2012. All Rights Reserved.