FileDocCategorySizeDatePackage
Layout.javaAPI DocAndroid 5.1 API4518Sat Mar 14 14:09:40 GMT 2015android.text

Layout

public abstract class Layout extends Object

Fields Summary
public static final int
DIR_LEFT_TO_RIGHT
public static final int
DIR_RIGHT_TO_LEFT
Constructors Summary
protected Layout(CharSequence text, android.text.TextPaint paint, int width, Alignment align, float spacingMult, float spacingAdd)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voiddraw(android.graphics.Canvas c)

 throw new RuntimeException("Stub!"); 
public voiddraw(android.graphics.Canvas canvas, android.graphics.Path highlight, android.graphics.Paint highlightPaint, int cursorOffsetVertical)

 throw new RuntimeException("Stub!"); 
public final android.text.Layout$AlignmentgetAlignment()

 throw new RuntimeException("Stub!"); 
public abstract intgetBottomPadding()

public voidgetCursorPath(int point, android.graphics.Path dest, java.lang.CharSequence editingBuffer)

 throw new RuntimeException("Stub!"); 
public static floatgetDesiredWidth(java.lang.CharSequence source, android.text.TextPaint paint)

 throw new RuntimeException("Stub!"); 
public static floatgetDesiredWidth(java.lang.CharSequence source, int start, int end, android.text.TextPaint paint)

 throw new RuntimeException("Stub!"); 
public abstract intgetEllipsisCount(int line)

public abstract intgetEllipsisStart(int line)

public intgetEllipsizedWidth()

 throw new RuntimeException("Stub!"); 
public intgetHeight()

 throw new RuntimeException("Stub!"); 
public final intgetLineAscent(int line)

 throw new RuntimeException("Stub!"); 
public final intgetLineBaseline(int line)

 throw new RuntimeException("Stub!"); 
public final intgetLineBottom(int line)

 throw new RuntimeException("Stub!"); 
public intgetLineBounds(int line, android.graphics.Rect bounds)

 throw new RuntimeException("Stub!"); 
public abstract booleangetLineContainsTab(int line)

public abstract intgetLineCount()

public abstract intgetLineDescent(int line)

public abstract android.text.Layout$DirectionsgetLineDirections(int line)

public final intgetLineEnd(int line)

 throw new RuntimeException("Stub!"); 
public intgetLineForOffset(int offset)

 throw new RuntimeException("Stub!"); 
public intgetLineForVertical(int vertical)

 throw new RuntimeException("Stub!"); 
public floatgetLineLeft(int line)

 throw new RuntimeException("Stub!"); 
public floatgetLineMax(int line)

 throw new RuntimeException("Stub!"); 
public floatgetLineRight(int line)

 throw new RuntimeException("Stub!"); 
public abstract intgetLineStart(int line)

public abstract intgetLineTop(int line)

public intgetLineVisibleEnd(int line)

 throw new RuntimeException("Stub!"); 
public floatgetLineWidth(int line)

 throw new RuntimeException("Stub!"); 
public intgetOffsetForHorizontal(int line, float horiz)

 throw new RuntimeException("Stub!"); 
public intgetOffsetToLeftOf(int offset)

 throw new RuntimeException("Stub!"); 
public intgetOffsetToRightOf(int offset)

 throw new RuntimeException("Stub!"); 
public final android.text.TextPaintgetPaint()

 throw new RuntimeException("Stub!"); 
public final android.text.Layout$AlignmentgetParagraphAlignment(int line)

 throw new RuntimeException("Stub!"); 
public abstract intgetParagraphDirection(int line)

public final intgetParagraphLeft(int line)

 throw new RuntimeException("Stub!"); 
public final intgetParagraphRight(int line)

 throw new RuntimeException("Stub!"); 
public floatgetPrimaryHorizontal(int offset)

 throw new RuntimeException("Stub!"); 
public floatgetSecondaryHorizontal(int offset)

 throw new RuntimeException("Stub!"); 
public voidgetSelectionPath(int start, int end, android.graphics.Path dest)

 throw new RuntimeException("Stub!"); 
public final floatgetSpacingAdd()

 throw new RuntimeException("Stub!"); 
public final floatgetSpacingMultiplier()

 throw new RuntimeException("Stub!"); 
public final java.lang.CharSequencegetText()

 throw new RuntimeException("Stub!"); 
public abstract intgetTopPadding()

public final intgetWidth()

 throw new RuntimeException("Stub!"); 
public final voidincreaseWidthTo(int wid)

 throw new RuntimeException("Stub!"); 
public booleanisRtlCharAt(int offset)

 throw new RuntimeException("Stub!"); 
protected final booleanisSpanned()

 throw new RuntimeException("Stub!");