CompositeGlyphComponent

Inheritance: java.lang.Object

public class CompositeGlyphComponent

Represents composite glyph component (glyph with placement matrix).

Methods

MethodDescription
getGlyph()Gets the component glyph.
getMatrix()Gets the component transformation matrix.

getGlyph()

public Glyph getGlyph()

Gets the component glyph.

Returns: Glyph - The component glyph.

getMatrix()

public TransformationMatrix getMatrix()

Gets the component transformation matrix.

Returns: TransformationMatrix - The component transformation matrix.