Class TextInterval
java.lang.Object
org.apache.fop.complexscripts.bidi.TextInterval
The TextInterval
class is a utility class, the instances of which are used
to record backpointers to associated nodes over sub-intervals of a delimited text range.
This work was originally authored by Glenn Adams (gadams@apache.org).
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTextInterval
(FONode fn, int start, int end) TextInterval
(FONode fn, int textStart, int start, int end, int level) -
Method Summary
-
Field Details
-
fn
-
textStart
private int textStart -
start
private int start -
end
private int end -
level
private int level
-
-
Constructor Details
-
Method Details
-
getNode
FONode getNode() -
getTextStart
int getTextStart() -
getStart
int getStart() -
getEnd
int getEnd() -
getLevel
int getLevel() -
setLevel
void setLevel(int level) -
length
public int length() -
getText
-
assignTextLevels
public void assignTextLevels() -
equals
-
hashCode
public int hashCode() -
toString
-