GlyphUInt32Id

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

public class GlyphUInt32Id extends GlyphId

Represents integer glyph id.

Constructors

ConstructorDescription
GlyphUInt32Id(long value)Initializes new GlyphUInt32Id object.

Methods

MethodDescription
equals(Object obj)Returns true if Ids are equal.
getClass()
getNotDefId()Gets not defined glyph id.
getValue()Gets int value of the ID.
hashCode()GetHashCode implementation.
notify()
notifyAll()
op_Equality(GlyphId obj1, Object obj2)Returns true if two glyph ids are equal.
op_Equality(GlyphUInt32Id obj1, Object obj2)Equality operator implementation.
op_Inequality(GlyphId obj1, Object obj2)Returns true if two glyph ids are not equal.
op_Inequality(GlyphUInt32Id obj1, Object obj2)Inequality operator implementation.
setValue(long value)Sets int value of the ID.
toGlyphStringId()Virtual cast to GlyphStringId.
toGlyphUInt32Id()Cast GlyphId to GlyphUInt32Id
toString()Gets string representation of the integer value.
wait()
wait(long arg0)
wait(long arg0, int arg1)

GlyphUInt32Id(long value)

public GlyphUInt32Id(long value)

Initializes new GlyphUInt32Id object.

Parameters:

ParameterTypeDescription
valuelongGlyph identifier.

equals(Object obj)

public boolean equals(Object obj)

Returns true if Ids are equal.

Parameters:

ParameterTypeDescription
objjava.lang.Objectglyph identifier to compare with

Returns: boolean - comparison result

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getNotDefId()

public static GlyphUInt32Id getNotDefId()

Gets not defined glyph id.

Returns: GlyphUInt32Id - Not defined glyph id.

getValue()

public long getValue()

Gets int value of the ID.

Returns: long - Int value of the ID.

hashCode()

public int hashCode()

GetHashCode implementation.

Returns: int - hash code of object

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)

Returns true if two glyph ids are equal.

Parameters:

ParameterTypeDescription
obj1GlyphIdFirst glyph identifier to compare.
obj2java.lang.ObjectSecond glyph identifier to compare.

Returns: boolean - Comparison result.

op_Equality(GlyphUInt32Id obj1, Object obj2)

public static boolean op_Equality(GlyphUInt32Id obj1, Object obj2)

Equality operator implementation.

Parameters:

ParameterTypeDescription
obj1GlyphUInt32Idfirst glyph identifier to compare
obj2java.lang.Objectsecond glyph identifier to compare

Returns: boolean - comparison result

op_Inequality(GlyphId obj1, Object obj2)

public static boolean op_Inequality(GlyphId obj1, Object obj2)

Returns true if two glyph ids are not equal.

Parameters:

ParameterTypeDescription
obj1GlyphIdFirst glyph identifier to compare.
obj2java.lang.ObjectSecond glyph identifier to compare.

Returns: boolean - Comparison result.

op_Inequality(GlyphUInt32Id obj1, Object obj2)

public static boolean op_Inequality(GlyphUInt32Id obj1, Object obj2)

Inequality operator implementation.

Parameters:

ParameterTypeDescription
obj1GlyphUInt32Idfirst glyph identifier to compare
obj2java.lang.Objectsecond glyph identifier to compare

Returns: boolean - comparison result

setValue(long value)

public void setValue(long value)

Sets int value of the ID.

Parameters:

ParameterTypeDescription
valuelongInt value of the ID.

toGlyphStringId()

public GlyphStringId toGlyphStringId()

Virtual cast to GlyphStringId. GlyphStringId overrides to return instance.

Returns: GlyphStringId - null

toGlyphUInt32Id()

public GlyphUInt32Id toGlyphUInt32Id()

Cast GlyphId to GlyphUInt32Id

Returns: GlyphUInt32Id - this

toString()

public String toString()

Gets string representation of the integer value.

Returns: java.lang.String - glyph identifier

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int