MindFusion.Java Package Programmer's Guide
TextLayout.getRelativeCharacterIndex Method
See Also
 






Gets the index of the character, corresponding to the position of the specified character from the line above or the line below the line containing the character.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public int getRelativeCharacterIndex (
    Rectangle2D.Float bounds,
    int characterIndex,
    boolean up
)

 Parameters

bounds

characterIndex

up

 Return Value

 See Also

TextLayout Members
TextLayout Class
com.mindfusion.diagramming.components Namespace