GlyphStringId
Inheritance: java.lang.Object, com.aspose.font.GlyphId
public class GlyphStringId extends GlyphId
Represents string glyph id.
Constructors
Constructor | Description |
---|---|
GlyphStringId(String value) | Initializes new GlyphStringID object. |
Methods
Method | Description |
---|---|
equals(Object obj) | Returns true if string IDs are equal. |
getClass() | |
getNotDefId() | Gets not defined glyph id. |
getValue() | Gets string value. |
hashCode() | GetHashCode implementation. |
notify() | |
notifyAll() | |
op_Equality(GlyphId obj1, Object obj2) | Returns true if two glyph ids are equal. |
op_Inequality(GlyphId obj1, Object obj2) | Returns true if two glyph ids are not equal. |
setValue(String value) | Sets string value. |
toGlyphStringId() | Cast GlyphId to GlyphStringId |
toGlyphUInt32Id() | Virtual cast to GlyphUInt32Id. |
toString() | Returns string value the glyph id. |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
GlyphStringId(String value)
public GlyphStringId(String value)
Initializes new GlyphStringID object.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | Glyph identifier. |
equals(Object obj)
public boolean equals(Object obj)
Returns true if string IDs are equal.
Parameters:
Parameter | Type | Description |
---|---|---|
obj | java.lang.Object | Glyph string identifier to compare with. |
Returns: boolean - Comparison result
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getNotDefId()
public static GlyphStringId getNotDefId()
Gets not defined glyph id.
Returns: GlyphStringId - Not defined glyph id.
getValue()
public String getValue()
Gets string value.
Returns: java.lang.String - String value.
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_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.
setValue(String value)
public void setValue(String value)
Sets string value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | String value. |
toGlyphStringId()
public GlyphStringId toGlyphStringId()
Cast GlyphId to GlyphStringId
Returns: GlyphStringId - this
toGlyphUInt32Id()
public GlyphUInt32Id toGlyphUInt32Id()
Virtual cast to GlyphUInt32Id. GlyphUInt32Id overrides to return instance.
Returns: GlyphUInt32Id - null
toString()
public String toString()
Returns string value the glyph id.
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 |