GlyphFlags
Contents
[
Hide
]Inheritance: java.lang.Object
public class GlyphFlags
Fields
Field | Description |
---|---|
SAFE_TO_INSERT_TATWEEL | |
UNSAFE_TO_BREAK | |
UNSAFE_TO_CONCAT | |
length |
Methods
Method | Description |
---|---|
fromName(String glyphFlagsName) | |
fromNames(Set glyphFlagsNames) | |
getName(byte glyphFlags) | |
getNames(byte glyphFlags) | |
getValues() | |
toString(byte glyphFlags) | |
toStringSet(byte attr) |
SAFE_TO_INSERT_TATWEEL
public static byte SAFE_TO_INSERT_TATWEEL
UNSAFE_TO_BREAK
public static byte UNSAFE_TO_BREAK
UNSAFE_TO_CONCAT
public static byte UNSAFE_TO_CONCAT
length
public static int length
fromName(String glyphFlagsName)
public static byte fromName(String glyphFlagsName)
Parameters:
Parameter | Type | Description |
---|---|---|
glyphFlagsName | java.lang.String |
Returns: byte
fromNames(Set glyphFlagsNames)
public static byte fromNames(Set glyphFlagsNames)
Parameters:
Parameter | Type | Description |
---|---|---|
glyphFlagsNames | java.util.Set |
Returns: byte
getName(byte glyphFlags)
public static String getName(byte glyphFlags)
Parameters:
Parameter | Type | Description |
---|---|---|
glyphFlags | byte |
Returns: java.lang.String
getNames(byte glyphFlags)
public static Set getNames(byte glyphFlags)
Parameters:
Parameter | Type | Description |
---|---|---|
glyphFlags | byte |
Returns: java.util.Set
getValues()
public static byte[] getValues()
Returns: byte[]
toString(byte glyphFlags)
public static String toString(byte glyphFlags)
Parameters:
Parameter | Type | Description |
---|---|---|
glyphFlags | byte |
Returns: java.lang.String
toStringSet(byte attr)
public static String toStringSet(byte attr)
Parameters:
Parameter | Type | Description |
---|---|---|
attr | byte |
Returns: java.lang.String