TtfVmtxTable.LongVerMetric
Contenuti
[
Nascondere
]Inheritance: java.lang.Object
public static class TtfVmtxTable.LongVerMetric
Rappresenta il record delle metriche verticali.
Costruttori
| Costruttore | Descrizione |
|---|---|
| LongVerMetric() |
Metodi
| Metodo | Descrizione |
|---|---|
| clone() | |
| equals(TtfVmtxTable.LongVerMetric obj1, TtfVmtxTable.LongVerMetric obj2) | |
| equals(Object obj) | |
| getAdvanceHeight() | Ottiene il valore dell’altezza di avanzamento. |
| getClass() | |
| getTopSideBearing() | Ottiene il valore del bearing superiore. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
LongVerMetric()
public LongVerMetric()
clone()
public TtfVmtxTable.LongVerMetric clone()
Returns: LongVerMetric
equals(TtfVmtxTable.LongVerMetric obj1, TtfVmtxTable.LongVerMetric obj2)
public static boolean equals(TtfVmtxTable.LongVerMetric obj1, TtfVmtxTable.LongVerMetric obj2)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj1 | LongVerMetric | |
| obj2 | LongVerMetric |
Returns: boolean
equals(Object obj)
public boolean equals(Object obj)
Parameters:
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | java.lang.Object |
Returns: boolean
getAdvanceHeight()
public int getAdvanceHeight()
Ottiene il valore dell’altezza di avanzamento.
Returns: int - Il valore dell’altezza di avanzamento.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getTopSideBearing()
public short getTopSideBearing()
Ottiene il valore del bearing superiore.
Returns: short - Il valore del bearing superiore.
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 |