Package com.openhtmltopdf.bidi
Class BidiTextRun
- java.lang.Object
-
- com.openhtmltopdf.bidi.BidiTextRun
-
public class BidiTextRun extends java.lang.Object
Simple class to hold a visual ordering text run.
-
-
Field Summary
Fields Modifier and Type Field Description private byte
direction
private int
length
private int
startIndex
-
Constructor Summary
Constructors Constructor Description BidiTextRun(int startIndex, int length, byte direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getDirection()
int
getLength()
int
getStart()
-