GlyphUInt32Id
Inheritance: java.lang.Object, com.aspose.font.GlyphId
public class GlyphUInt32Id extends GlyphId
Represents integer glyph id.
Constructors
| Constructor | Description |
|---|---|
| GlyphUInt32Id(long value) | Initializes new GlyphUInt32Id object. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | long | Glyph identifier. |
equals(Object obj)
public boolean equals(Object obj)
Returns true if Ids are equal.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| obj | java.lang.Object | glyph 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:
| Parameter | Type | Description |
|---|---|---|
| obj1 | GlyphId | First glyph identifier to compare. |
| obj2 | java.lang.Object | Second 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:
| Parameter | Type | Description |
|---|---|---|
| obj1 | GlyphUInt32Id | first glyph identifier to compare |
| obj2 | java.lang.Object | second 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:
| Parameter | Type | Description |
|---|---|---|
| obj1 | GlyphId | First glyph identifier to compare. |
| obj2 | java.lang.Object | Second 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:
| Parameter | Type | Description |
|---|---|---|
| obj1 | GlyphUInt32Id | first glyph identifier to compare |
| obj2 | java.lang.Object | second glyph identifier to compare |
Returns: boolean - comparison result
setValue(long value)
public void setValue(long value)
Sets int value of the ID.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long | Int 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:
| 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 |