TtfVmtxTable.LongVerMetric

Inheritance: java.lang.Object

public static class TtfVmtxTable.LongVerMetric

表示垂直度量记录。

构造函数

构造函数描述
LongVerMetric()

方法

方法描述
clone()
equals(TtfVmtxTable.LongVerMetric obj1, TtfVmtxTable.LongVerMetric obj2)
equals(Object obj)
getAdvanceHeight()获取前进高度值。
getClass()
getTopSideBearing()获取上侧间距值。
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:

参数类型描述
obj1LongVerMetric
obj2LongVerMetric

Returns: boolean

equals(Object obj)

public boolean equals(Object obj)

Parameters:

参数类型描述
objjava.lang.Object

Returns: boolean

getAdvanceHeight()

public int getAdvanceHeight()

获取前进高度值。

Returns: int - 前进高度值。

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getTopSideBearing()

public short getTopSideBearing()

获取上侧间距值。

Returns: short - 上侧间距值。

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:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int