GlyphUInt32Id

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

public class GlyphUInt32Id extends GlyphId

Stellt eine Ganzzahl-Glyph-ID dar.

Konstruktoren

KonstruktorBeschreibung
GlyphUInt32Id(long value)Initialisiert ein neues GlyphUInt32Id-Objekt.

Methoden

MethodeBeschreibung
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:

ParameterTypBeschreibung
WertlongGlyph‑Bezeichner.

equals(Object obj)

public boolean equals(Object obj)

Gibt true zurück, wenn die IDs gleich sind.

Parameters:

ParameterTypBeschreibung
objjava.lang.ObjectGlyph-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:

ParameterTypBeschreibung
obj1GlyphIdErster Glyph-Bezeichner zum Vergleichen.
obj2java.lang.ObjectZweiter 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:

ParameterTypBeschreibung
obj1GlyphUInt32Iderster Glyph-Bezeichner zum Vergleich
obj2java.lang.Objectzweiter 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:

ParameterTypBeschreibung
obj1GlyphIdErster Glyph-Bezeichner zum Vergleichen.
obj2java.lang.ObjectZweiter 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:

ParameterTypBeschreibung
obj1GlyphUInt32Iderster Glyph-Bezeichner zum Vergleich
obj2java.lang.Objectzweiter Glyph-Bezeichner zum Vergleich

Returns: boolean - Vergleichsergebnis

setValue(long value)

public void setValue(long value)

Setzt den int-Wert der ID.

Parameters:

ParameterTypBeschreibung
WertlongInt-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:

ParameterTypBeschreibung
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypBeschreibung
arg0long
arg1int