Package com.mta.tehreer.unicode
Class ScriptRun
java.lang.Object
com.mta.tehreer.unicode.ScriptRun
A
ScriptRun
object represents a sequence of characters which have the same script.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
charStart
public int charStartThe index to the first character of this run in source text. -
charEnd
public int charEndThe index after the last character of this run in source text. -
script
public int scriptThe resolved script of this run.
-
-
Constructor Details
-
ScriptRun
public ScriptRun(int charStart, int charEnd, int script) Constructs a script run object.- Parameters:
charStart
- The index to the first character of run.charEnd
- The index after the last character of run.script
- The resolved script of run.
-
ScriptRun
public ScriptRun()Constructs a script run object.
-
-
Method Details