|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basistech.util.ISO15924Utils
public class ISO15924Utils
Useful functions related to ISO15924 script codes.
Constructor Summary | |
---|---|
ISO15924Utils()
Callers can create objects of this type to avoid heap churn for memory inside of them. |
Method Summary | |
---|---|
ISO15924 |
forString(String input)
Examines a string, and returns an ISO15924 code corresponding to the contents. |
static ISO15924 |
scriptForString(String input)
Examines a string, and returns an ISO15924 code corresponding to the contents. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ISO15924Utils()
Method Detail |
---|
public static ISO15924 scriptForString(String input)
input
- The input string.
public ISO15924 forString(String input)
input
- The input string.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |