TtfTableRepository

Inheritance: java.lang.Object

public class TtfTableRepository

repositorio de tablas TTF

Métodos

MétodoDescripción
equals(Object arg0)
getCMapTable()Obtiene la tabla cmap.
getCffTable()Obtiene la tabla cff.
getClass()
getCvtTable()Obtiene la tabla cvt.
getFpgmTable()Obtiene la tabla fpgm.
getGaspTable()Obtiene la tabla GASP.
getGlyfTable()Obtiene la tabla glyf.
getHeadTable()Obtiene la tabla head.
getHheaTable()Obtiene la tabla hhea.
getHmtxTable()Obtiene la tabla hmtx.
getLocaTable()Obtiene la tabla loca.
getLtshTable()Obtiene la tabla LTSH.
getMaxpTable()Obtiene la tabla maxp.
getNameTable()Obtiene la tabla name.
getOs2Table()Obtiene la tabla OS/2.
getPostTable()Obtiene la tabla post.
getPrepTable()Obtiene la tabla prep.
getStatTable()Obtiene la tabla STAT.
getVheaTable()Obtiene la tabla vhea.
getVmtxTable()Obtiene la tabla vmtx.
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

getCMapTable()

public TtfCMapTable getCMapTable()

Obtiene la tabla cmap.

Returns: TtfCMapTable - Cmap table.

getCffTable()

public TtfCffTable getCffTable()

Obtiene la tabla cff.

Returns: TtfCffTable - Cff table.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCvtTable()

public TtfCvtTable getCvtTable()

Obtiene la tabla cvt.

Returns: TtfCvtTable - Cvt table.

getFpgmTable()

public TtfFpgmTable getFpgmTable()

Obtiene la tabla fpgm.

Returns: TtfFpgmTable - Fpgm table.

getGaspTable()

public TtfGaspTable getGaspTable()

Obtiene la tabla GASP.

Returns: TtfGaspTable - The GASP table.

getGlyfTable()

public TtfGlyfTable getGlyfTable()

Obtiene la tabla glyf.

Returns: TtfGlyfTable - Glyf table.

getHeadTable()

public TtfHeadTable getHeadTable()

Obtiene la tabla head.

Returns: TtfHeadTable - Head table.

getHheaTable()

public TtfHheaTable getHheaTable()

Obtiene la tabla hhea.

Returns: TtfHheaTable - Hhea table.

getHmtxTable()

public TtfHmtxTable getHmtxTable()

Obtiene la tabla hmtx.

Returns: TtfHmtxTable - Hmtx table.

getLocaTable()

public TtfLocaTable getLocaTable()

Obtiene la tabla loca.

Returns: TtfLocaTable - Loca table.

getLtshTable()

public TtfLtshTable getLtshTable()

Obtiene la tabla LTSH.

Returns: TtfLtshTable - The LTSH table.

getMaxpTable()

public TtfMaxpTable getMaxpTable()

Obtiene la tabla maxp.

Returns: TtfMaxpTable - Maxp table.

getNameTable()

public TtfNameTable getNameTable()

Obtiene la tabla name.

Returns: TtfNameTable - Name table.

getOs2Table()

public TtfOs2Table getOs2Table()

Obtiene la tabla OS/2.

Returns: TtfOs2Table - OS/2 table.

getPostTable()

public TtfPostTable getPostTable()

Obtiene la tabla post.

Returns: TtfPostTable - Post table.

getPrepTable()

public TtfPrepTable getPrepTable()

Obtiene la tabla prep.

Returns: TtfPrepTable - Prep table.

getStatTable()

public TtfStatTable getStatTable()

Obtiene la tabla STAT.

Returns: TtfStatTable - The STAT table.

getVheaTable()

public TtfVheaTable getVheaTable()

Obtiene la tabla vhea.

Returns: TtfVheaTable - Vhea table.

getVmtxTable()

public TtfVmtxTable getVmtxTable()

Obtiene la tabla vmtx.

Returns: TtfVmtxTable - Vmtx table.

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