CharInfo

Inheritance: java.lang.Object

public final class CharInfo

Represents a character info object. Provides character positioning information.

Methods

MethodDescription
getPosition()Gets position of the character.
getRectangle()Gets rectangle of the character.

getPosition()

public Position getPosition()

Gets position of the character.

Returns: Position - Position value

getRectangle()

public Rectangle getRectangle()

Gets rectangle of the character.

Returns: Rectangle - Rectangle value