GlyphUInt32Id
Inheritance: java.lang.Object, com.aspose.font.GlyphId
public class GlyphUInt32Id extends GlyphId
Representerar heltalsglyfid.
Konstruktörer
| Konstruktor | Beskrivning |
|---|---|
| GlyphUInt32Id(long value) | Initierar ett nytt GlyphUInt32Id objekt. |
Metoder
| Metod | Beskrivning |
|---|---|
| equals(Object obj) | Returnerar true om Id:n är lika. |
| getClass() | |
| getNotDefId() | Hämtar odefinierat glyph-id. |
| getValue() | Hämtar int‑värdet för ID:t. |
| hashCode() | GetHashCode-implementation. |
| notify() | |
| notifyAll() | |
| op_Equality(GlyphId obj1, Object obj2) | Returnerar sant om två glyph-id:n är lika. |
| op_Equality(GlyphUInt32Id obj1, Object obj2) | Implementering av likhetsoperator. |
| op_Inequality(GlyphId obj1, Object obj2) | Returnerar sant om två glyph-id:n inte är lika. |
| op_Inequality(GlyphUInt32Id obj1, Object obj2) | Implementering av ojämlikhetsoperator. |
| setValue(long value) | Sätter int‑värdet för ID:t. |
| toGlyphStringId() | Virtuell kastning till GlyphStringId. |
| toGlyphUInt32Id() | Kasta GlyphId till GlyphUInt32Id |
| toString() | Hämtar strängrepresentationen av heltalsvärdet. |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
GlyphUInt32Id(long value)
public GlyphUInt32Id(long value)
Initierar ett nytt GlyphUInt32Id objekt.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| värde | long | Glyfidentifierare. |
equals(Object obj)
public boolean equals(Object obj)
Returnerar true om Id:n är lika.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| obj | java.lang.Object | glyph identifierare att jämföra med |
Returns: boolean - jämförelsresultat
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getNotDefId()
public static GlyphUInt32Id getNotDefId()
Hämtar odefinierat glyph-id.
Returns: GlyphUInt32Id - Not defined glyph id.
getValue()
public long getValue()
Hämtar int‑värdet för ID:t.
Returns: long - Int‑värdet för ID:t.
hashCode()
public int hashCode()
GetHashCode-implementation.
Returns: int - hashkod för objektet
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)
Returnerar sant om två glyph-id:n är lika.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| obj1 | GlyphId | Första glyph-identifierare att jämföra. |
| obj2 | java.lang.Object | Andra glyph-identifierare att jämföra. |
Returns: boolean - Jämförelseresultat.
op_Equality(GlyphUInt32Id obj1, Object obj2)
public static boolean op_Equality(GlyphUInt32Id obj1, Object obj2)
Implementering av likhetsoperator.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| obj1 | GlyphUInt32Id | första glyph‑identifieraren att jämföra |
| obj2 | java.lang.Object | andra glyph‑identifieraren att jämföra |
Returns: boolean - jämförelsresultat
op_Inequality(GlyphId obj1, Object obj2)
public static boolean op_Inequality(GlyphId obj1, Object obj2)
Returnerar sant om två glyph-id:n inte är lika.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| obj1 | GlyphId | Första glyph-identifierare att jämföra. |
| obj2 | java.lang.Object | Andra glyph-identifierare att jämföra. |
Returns: boolean - Jämförelseresultat.
op_Inequality(GlyphUInt32Id obj1, Object obj2)
public static boolean op_Inequality(GlyphUInt32Id obj1, Object obj2)
Implementering av ojämlikhetsoperator.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| obj1 | GlyphUInt32Id | första glyph‑identifieraren att jämföra |
| obj2 | java.lang.Object | andra glyph‑identifieraren att jämföra |
Returns: boolean - jämförelsresultat
setValue(long value)
public void setValue(long value)
Sätter int‑värdet för ID:t.
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| värde | long | Int‑värde för ID:t. |
toGlyphStringId()
public GlyphStringId toGlyphStringId()
Virtuell cast till GlyphStringId. GlyphStringId återdefinierar för att returnera en instans.
Returns: GlyphStringId - null
toGlyphUInt32Id()
public GlyphUInt32Id toGlyphUInt32Id()
Kasta GlyphId till GlyphUInt32Id
Returns: GlyphUInt32Id - this
toString()
public String toString()
Hämtar strängrepresentationen av heltalsvärdet.
Returns: java.lang.String – glyfidentifierare
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Typ | Beskrivning |
|---|---|---|
| arg0 | long | |
| arg1 | int |