TtfHmtxTable.LongHorMetric
Contents
[
Hide
]Inheritance: java.lang.Object
public static class TtfHmtxTable.LongHorMetric
Represents metrics record.
Constructors
Constructor | Description |
---|---|
LongHorMetric() |
Methods
Method | Description |
---|---|
clone() | |
equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2) | |
equals(Object obj) | |
getAdvanceWidth() | Gets advance width value. |
getClass() | |
getLeftSideBearing() | Gets left side bearing value. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LongHorMetric()
public LongHorMetric()
clone()
public TtfHmtxTable.LongHorMetric clone()
Returns: LongHorMetric
equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2)
public static boolean equals(TtfHmtxTable.LongHorMetric obj1, TtfHmtxTable.LongHorMetric obj2)
Parameters:
Parameter | Type | Description |
---|---|---|
obj1 | LongHorMetric | |
obj2 | LongHorMetric |
Returns: boolean
equals(Object obj)
public boolean equals(Object obj)
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object |
Returns: boolean
getAdvanceWidth()
public int getAdvanceWidth()
Gets advance width value.
Returns: int - Advance width value.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLeftSideBearing()
public short getLeftSideBearing()
Gets left side bearing value.
Returns: short - Left side bearing value.
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:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |