GlyphUInt32Id
Inheritance: java.lang.Object, com.aspose.font.GlyphId
public class GlyphUInt32Id extends GlyphId
Stellt eine Ganzzahl-Glyph-ID dar.
Konstruktoren
| Konstruktor | Beschreibung |
|---|---|
| GlyphUInt32Id(long value) | Initialisiert ein neues GlyphUInt32Id-Objekt. |
Methoden
| Methode | Beschreibung |
|---|---|
| equals(Object obj) | Gibt true zurück, wenn die IDs gleich sind. |
| getClass() | |
| getNotDefId() | Liefert nicht definierte Glyph-ID. |
| getValue() | Liefert den int-Wert der ID. |
| hashCode() | Implementierung von GetHashCode. |
| notify() | |
| notifyAll() | |
| op_Equality(GlyphId obj1, Object obj2) | Gibt true zurück, wenn zwei Glyph-IDs gleich sind. |
| op_Equality(GlyphUInt32Id obj1, Object obj2) | Implementierung des Gleichheitsoperators. |
| op_Inequality(GlyphId obj1, Object obj2) | Gibt true zurück, wenn zwei Glyph-IDs ungleich sind. |
| op_Inequality(GlyphUInt32Id obj1, Object obj2) | Implementierung des Ungleichheitsoperators. |
| setValue(long value) | Setzt den int-Wert der ID. |
| toGlyphStringId() | Virtueller Cast zu GlyphStringId. |
| toGlyphUInt32Id() | Cast GlyphId zu GlyphUInt32Id |
| toString() | Liefert die String-Darstellung des ganzzahligen Werts. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
GlyphUInt32Id(long value)
public GlyphUInt32Id(long value)
Initialisiert ein neues GlyphUInt32Id-Objekt.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | long | Glyph‑Bezeichner. |
equals(Object obj)
public boolean equals(Object obj)
Gibt true zurück, wenn die IDs gleich sind.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj | java.lang.Object | Glyph-Bezeichner zum Vergleich mit |
Returns: boolean - Vergleichsergebnis
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getNotDefId()
public static GlyphUInt32Id getNotDefId()
Liefert nicht definierte Glyph-ID.
Returns: GlyphUInt32Id - Not defined glyph id.
getValue()
public long getValue()
Liefert den int-Wert der ID.
Returns: long - Int-Wert der ID.
hashCode()
public int hashCode()
Implementierung von GetHashCode.
Returns: int - Hashcode des Objekts
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)
Gibt true zurück, wenn zwei Glyph-IDs gleich sind.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj1 | GlyphId | Erster Glyph-Bezeichner zum Vergleichen. |
| obj2 | java.lang.Object | Zweiter Glyph-Bezeichner zum Vergleichen. |
Returns: boolean - Vergleichsergebnis.
op_Equality(GlyphUInt32Id obj1, Object obj2)
public static boolean op_Equality(GlyphUInt32Id obj1, Object obj2)
Implementierung des Gleichheitsoperators.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj1 | GlyphUInt32Id | erster Glyph-Bezeichner zum Vergleich |
| obj2 | java.lang.Object | zweiter Glyph-Bezeichner zum Vergleich |
Returns: boolean - Vergleichsergebnis
op_Inequality(GlyphId obj1, Object obj2)
public static boolean op_Inequality(GlyphId obj1, Object obj2)
Gibt true zurück, wenn zwei Glyph-IDs ungleich sind.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj1 | GlyphId | Erster Glyph-Bezeichner zum Vergleichen. |
| obj2 | java.lang.Object | Zweiter Glyph-Bezeichner zum Vergleichen. |
Returns: boolean - Vergleichsergebnis.
op_Inequality(GlyphUInt32Id obj1, Object obj2)
public static boolean op_Inequality(GlyphUInt32Id obj1, Object obj2)
Implementierung des Ungleichheitsoperators.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj1 | GlyphUInt32Id | erster Glyph-Bezeichner zum Vergleich |
| obj2 | java.lang.Object | zweiter Glyph-Bezeichner zum Vergleich |
Returns: boolean - Vergleichsergebnis
setValue(long value)
public void setValue(long value)
Setzt den int-Wert der ID.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| Wert | long | Int-Wert der ID. |
toGlyphStringId()
public GlyphStringId toGlyphStringId()
Virtueller Cast zu GlyphStringId. GlyphStringId überschreibt, um eine Instanz zurückzugeben.
Returns: GlyphStringId - null
toGlyphUInt32Id()
public GlyphUInt32Id toGlyphUInt32Id()
Cast GlyphId zu GlyphUInt32Id
Returns: GlyphUInt32Id - this
toString()
public String toString()
Liefert die String-Darstellung des ganzzahligen Werts.
Returns: java.lang.String - Glyph-Bezeichner
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| arg0 | long | |
| arg1 | int |