GlyphId
Inheritance: java.lang.Object
public abstract class GlyphId
Stellt Glyph-IDs dar, die in der Schriftart verfügbar sind. Eine Glyph-ID ist eine eindeutige Nummer für ein Glyph, die vom Schriftarttyp abhängt. Zum Beispiel: Die ID von Type1 ist ein Glyph-Name, eine Instanz der Klasse ( GlyphStringId ). Die ID von TTF ist ein int-Index, eine Instanz der Klasse ( GlyphUInt32Id ).
Methoden
| Methode | Beschreibung |
|---|---|
| equals(Object obj) | Gibt true zurück, wenn zwei Glyph-IDs ungleich sind. |
| getClass() | |
| hashCode() | Gibt den Hashcode des Objekts zurück. |
| notify() | |
| notifyAll() | |
| op_Equality(GlyphId obj1, Object obj2) | Gibt true zurück, wenn zwei Glyph-IDs gleich sind. |
| op_Inequality(GlyphId obj1, Object obj2) | Gibt true zurück, wenn zwei Glyph-IDs ungleich sind. |
| toGlyphStringId() | Virtueller Cast zu GlyphStringId. |
| toGlyphUInt32Id() | Virtuelle Umwandlung zu GlyphUInt32Id. |
| toString() | Gibt die String-Darstellung der Glyph-ID zurück. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object obj)
public boolean equals(Object obj)
Gibt true zurück, wenn zwei Glyph-IDs ungleich sind.
Parameters:
| Parameter | Typ | Beschreibung |
|---|---|---|
| obj | java.lang.Object | Glyph-Identifikator zum Vergleichen. |
Returns: boolean - Vergleichsergebnis.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public abstract int hashCode()
Gibt den Hashcode des Objekts zurück.
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_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.
toGlyphStringId()
public GlyphStringId toGlyphStringId()
Virtueller Cast zu GlyphStringId. GlyphStringId überschreibt, um eine Instanz zurückzugeben.
Returns: GlyphStringId - null
toGlyphUInt32Id()
public GlyphUInt32Id toGlyphUInt32Id()
Virtuelle Umwandlung zu GlyphUInt32Id. GlyphUInt32Id überschreibt, um die Instanz zurückzugeben.
Returns: GlyphUInt32Id - null
toString()
public abstract String toString()
Gibt die String-Darstellung der Glyph-ID zurück.
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 |