GlyphFlags

Inheritance: java.lang.Object

public class GlyphFlags

Fields

FieldDescription
SAFE_TO_INSERT_TATWEEL
UNSAFE_TO_BREAK
UNSAFE_TO_CONCAT
length

Methods

MethodDescription
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:

ParameterTypeDescription
glyphFlagsNamejava.lang.String

Returns: byte

fromNames(Set glyphFlagsNames)

public static byte fromNames(Set glyphFlagsNames)

Parameters:

ParameterTypeDescription
glyphFlagsNamesjava.util.Set

Returns: byte

getName(byte glyphFlags)

public static String getName(byte glyphFlags)

Parameters:

ParameterTypeDescription
glyphFlagsbyte

Returns: java.lang.String

getNames(byte glyphFlags)

public static Set getNames(byte glyphFlags)

Parameters:

ParameterTypeDescription
glyphFlagsbyte

Returns: java.util.Set

getValues()

public static byte[] getValues()

Returns: byte[]

toString(byte glyphFlags)

public static String toString(byte glyphFlags)

Parameters:

ParameterTypeDescription
glyphFlagsbyte

Returns: java.lang.String

toStringSet(byte attr)

public static String toStringSet(byte attr)

Parameters:

ParameterTypeDescription
attrbyte

Returns: java.lang.String