public class ReadingAnnotation extends Object
ReadingAnnotationFilter
.Modifier and Type | Field and Description |
---|---|
protected int |
length |
protected String |
reading |
protected int |
start |
Constructor and Description |
---|
ReadingAnnotation(int _start,
int _length,
String _reading) |
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Returns the length of the annotated text.
|
String |
getReading()
Returns the reading (in hiragana) of the annotated text.
|
int |
getStart()
Returns the start offset of this annotation in the parsed text.
|
void |
setReading(String _reading) |
protected int start
protected int length
protected String reading
public ReadingAnnotation(int _start, int _length, String _reading)
public int getStart()
public int getLength()
public String getReading()
public void setReading(String _reading)
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.