TtfCMapTable.TtfCMapSubtableDescription

Inheritance: java.lang.Object

public abstract static class TtfCMapTable.TtfCMapSubtableDescription

Proporciona información breve sobre la subtabla CMap.

Métodos

MétodoDescripción
equals(Object arg0)
getClass()
getFormat()Obtiene el formato de la subtabla.
getPlatformId()Obtiene el id de la plataforma.
getPlatformSpecificId()Obtiene el id de codificación específico de la plataforma.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParámetroTipoDescripción
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getFormat()

public int getFormat()

Obtiene el formato de la subtabla.

Returns: int - Formato de subtabla.

getPlatformId()

public int getPlatformId()

Obtiene el id de la plataforma.

Returns: int - Id de plataforma.

getPlatformSpecificId()

public int getPlatformSpecificId()

Obtiene el id de codificación específico de la plataforma.

Returns: int - Id de codificación específico de la plataforma.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParámetroTipoDescripción
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParámetroTipoDescripción
arg0long
arg1int