TtfLocaTable.OffsetsList
Inheritance: java.lang.Object
public static class TtfLocaTable.OffsetsList
表示字形偏移列表。
方法
| 方法 | 描述 |
|---|---|
| equals(Object arg0) | |
| get(int index) | 按索引获取偏移。 |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| size() | 获取字形偏移计数。 |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
get(int index)
public long get(int index)
按索引获取偏移。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 偏移索引。 |
Returns: long - 字形偏移。
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
size()
public int size()
获取字形偏移计数。
Returns: int - 字形偏移计数。
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| arg0 | long | |
| arg1 | int |