GlyphStringId

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

public class GlyphStringId extends GlyphId

Represents string glyph id.

Constructors

ConstructorDescription
GlyphStringId(String value)Initializes new GlyphStringID object.

Methods

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

ParameterTypeDescription
valuejava.lang.StringGlyph identifier.

equals(Object obj)

public boolean equals(Object obj)

Returns true if string IDs are equal.

Parameters:

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

ParameterTypeDescription
obj1GlyphIdFirst glyph identifier to compare.
obj2java.lang.ObjectSecond 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:

ParameterTypeDescription
obj1GlyphIdFirst glyph identifier to compare.
obj2java.lang.ObjectSecond glyph identifier to compare.

Returns: boolean - Comparison result.

setValue(String value)

public void setValue(String value)

Sets string value.

Parameters:

ParameterTypeDescription
valuejava.lang.StringString 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int