|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextDirectionHeuristicCompat
Interface for objects that use a heuristic for guessing at the paragraph direction by examining text.
Method Summary | |
---|---|
boolean |
isRtl(char[] array,
int start,
int count)
Guess if a chars array is in the RTL direction or not. |
boolean |
isRtl(java.lang.CharSequence cs,
int start,
int count)
Guess if a CharSequence is in the RTL direction or not. |
Method Detail |
---|
boolean isRtl(char[] array, int start, int count)
array
- the char array.start
- start index, inclusive.count
- the length to check, must not be negative and not greater than
array.length - start
.
boolean isRtl(java.lang.CharSequence cs, int start, int count)
CharSequence
is in the RTL direction or not.
cs
- the CharSequence.start
- start index, inclusive.count
- the length to check, must not be negative and not greater than
CharSequence.length() - start
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |