TtfTableRepository
Inheritance: java.lang.Object
public class TtfTableRepository
repository delle tabelle TTF
Metodi
| Metodo | Descrizione |
|---|---|
| equals(Object arg0) | |
| getCMapTable() | Ottiene la tabella cmap. |
| getCffTable() | Ottiene la tabella cff. |
| getClass() | |
| getCvtTable() | Ottiene la tabella cvt. |
| getFpgmTable() | Ottiene la tabella fpgm. |
| getGaspTable() | Ottiene la tabella GASP. |
| getGlyfTable() | Ottiene la tabella glyf. |
| getHeadTable() | Ottiene la tabella head. |
| getHheaTable() | Ottiene la tabella hhea. |
| getHmtxTable() | Ottiene la tabella hmtx. |
| getLocaTable() | Ottiene la tabella loca. |
| getLtshTable() | Ottiene la tabella LTSH. |
| getMaxpTable() | Ottiene la tabella maxp. |
| getNameTable() | Ottiene la tabella name. |
| getOs2Table() | Ottiene la tabella OS/2. |
| getPostTable() | Ottiene la tabella post. |
| getPrepTable() | Ottiene la tabella prep. |
| getStatTable() | Ottiene la tabella STAT. |
| getVheaTable() | Ottiene la tabella vhea. |
| getVmtxTable() | Ottiene la tabella vmtx. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getCMapTable()
public TtfCMapTable getCMapTable()
Ottiene la tabella cmap.
Returns: TtfCMapTable - Cmap table.
getCffTable()
public TtfCffTable getCffTable()
Ottiene la tabella cff.
Returns: TtfCffTable - Cff table.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCvtTable()
public TtfCvtTable getCvtTable()
Ottiene la tabella cvt.
Returns: TtfCvtTable - Cvt table.
getFpgmTable()
public TtfFpgmTable getFpgmTable()
Ottiene la tabella fpgm.
Returns: TtfFpgmTable - Fpgm table.
getGaspTable()
public TtfGaspTable getGaspTable()
Ottiene la tabella GASP.
Returns: TtfGaspTable - The GASP table.
getGlyfTable()
public TtfGlyfTable getGlyfTable()
Ottiene la tabella glyf.
Returns: TtfGlyfTable - Glyf table.
getHeadTable()
public TtfHeadTable getHeadTable()
Ottiene la tabella head.
Returns: TtfHeadTable - Head table.
getHheaTable()
public TtfHheaTable getHheaTable()
Ottiene la tabella hhea.
Returns: TtfHheaTable - Hhea table.
getHmtxTable()
public TtfHmtxTable getHmtxTable()
Ottiene la tabella hmtx.
Returns: TtfHmtxTable - Hmtx table.
getLocaTable()
public TtfLocaTable getLocaTable()
Ottiene la tabella loca.
Returns: TtfLocaTable - Loca table.
getLtshTable()
public TtfLtshTable getLtshTable()
Ottiene la tabella LTSH.
Returns: TtfLtshTable - The LTSH table.
getMaxpTable()
public TtfMaxpTable getMaxpTable()
Ottiene la tabella maxp.
Returns: TtfMaxpTable - Maxp table.
getNameTable()
public TtfNameTable getNameTable()
Ottiene la tabella name.
Returns: TtfNameTable - Name table.
getOs2Table()
public TtfOs2Table getOs2Table()
Ottiene la tabella OS/2.
Returns: TtfOs2Table - OS/2 table.
getPostTable()
public TtfPostTable getPostTable()
Ottiene la tabella post.
Returns: TtfPostTable - Post table.
getPrepTable()
public TtfPrepTable getPrepTable()
Ottiene la tabella prep.
Returns: TtfPrepTable - Prep table.
getStatTable()
public TtfStatTable getStatTable()
Ottiene la tabella STAT.
Returns: TtfStatTable - The STAT table.
getVheaTable()
public TtfVheaTable getVheaTable()
Ottiene la tabella vhea.
Returns: TtfVheaTable - Vhea table.
getVmtxTable()
public TtfVmtxTable getVmtxTable()
Ottiene la tabella 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:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| arg0 | long | |
| arg1 | int |