GlyphUInt32Id

Inheritance: java.lang.Object, com.aspose.font.GlyphId

public class GlyphUInt32Id extends GlyphId

表示整数字形 ID。

构造函数

构造函数描述
GlyphUInt32Id(long value)初始化新的 GlyphUInt32Id 对象。

方法

方法描述
equals(Object obj)如果 Ids 相等则返回 true。
getClass()
getNotDefId()获取未定义的字形 ID。
getValue()获取 ID 的 int 值。
hashCode()GetHashCode 实现。
notify()
notifyAll()
op_Equality(GlyphId obj1, Object obj2)如果两个字形 ID 相等则返回 true。
op_Equality(GlyphUInt32Id obj1, Object obj2)相等运算符实现。
op_Inequality(GlyphId obj1, Object obj2)如果两个字形 ID 不相等则返回 true。
op_Inequality(GlyphUInt32Id obj1, Object obj2)不等运算符实现。
setValue(long value)设置 ID 的 int 值。
toGlyphStringId()虚拟转换为 GlyphStringId。
toGlyphUInt32Id()将 GlyphId 转换为 GlyphUInt32Id
toString()获取整数值的字符串表示。
wait()
wait(long arg0)
wait(long arg0, int arg1)

GlyphUInt32Id(long value)

public GlyphUInt32Id(long value)

初始化新的 GlyphUInt32Id 对象。

Parameters:

参数类型描述
long字形标识符。

equals(Object obj)

public boolean equals(Object obj)

如果 Ids 相等则返回 true。

Parameters:

参数类型描述
objjava.lang.Object用于比较的字形标识符

Returns: boolean - 比较结果

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getNotDefId()

public static GlyphUInt32Id getNotDefId()

获取未定义的字形 ID。

Returns: GlyphUInt32Id - Not defined glyph id.

getValue()

public long getValue()

获取 ID 的 int 值。

Returns: long - ID 的 int 值。

hashCode()

public int hashCode()

GetHashCode 实现。

Returns: int - 对象的哈希码

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

op_Equality(GlyphId obj1, Object obj2)

public static boolean op_Equality(GlyphId obj1, Object obj2)

如果两个字形 ID 相等则返回 true。

Parameters:

参数类型描述
obj1GlyphId用于比较的第一个 glyph 标识符。
obj2java.lang.Object用于比较的第二个 glyph 标识符。

Returns: boolean - 比较结果。

op_Equality(GlyphUInt32Id obj1, Object obj2)

public static boolean op_Equality(GlyphUInt32Id obj1, Object obj2)

相等运算符实现。

Parameters:

参数类型描述
obj1GlyphUInt32Id第一个用于比较的字形标识符
obj2java.lang.Object第二个用于比较的字形标识符

Returns: boolean - 比较结果

op_Inequality(GlyphId obj1, Object obj2)

public static boolean op_Inequality(GlyphId obj1, Object obj2)

如果两个字形 ID 不相等则返回 true。

Parameters:

参数类型描述
obj1GlyphId用于比较的第一个 glyph 标识符。
obj2java.lang.Object用于比较的第二个 glyph 标识符。

Returns: boolean - 比较结果。

op_Inequality(GlyphUInt32Id obj1, Object obj2)

public static boolean op_Inequality(GlyphUInt32Id obj1, Object obj2)

不等运算符实现。

Parameters:

参数类型描述
obj1GlyphUInt32Id第一个用于比较的字形标识符
obj2java.lang.Object第二个用于比较的字形标识符

Returns: boolean - 比较结果

setValue(long value)

public void setValue(long value)

设置 ID 的 int 值。

Parameters:

参数类型描述
longID 的 Int 值。

toGlyphStringId()

public GlyphStringId toGlyphStringId()

对 GlyphStringId 的虚拟强制转换。GlyphStringId 重写以返回实例。

Returns: GlyphStringId - null

toGlyphUInt32Id()

public GlyphUInt32Id toGlyphUInt32Id()

将 GlyphId 转换为 GlyphUInt32Id

Returns: GlyphUInt32Id - this

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