public static class TextStripper.Row extends Object implements Comparable<TextStripper.Row>
| Modifier and Type | Field and Description |
|---|---|
List<TextStripper.Text> |
chunks |
float |
y |
| Constructor and Description |
|---|
Row(float y) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TextStripper.Row o) |
TextStripper.Row |
text(float x,
String text,
float width) |
public final float y
public final List<TextStripper.Text> chunks
public TextStripper.Row text(float x, String text, float width)
public int compareTo(TextStripper.Row o)
compareTo in interface Comparable<TextStripper.Row>Copyright © 2014. All Rights Reserved.