| java.lang.Object com.jgoodies.looks.common.RenderingUtils
RenderingUtils | final public class RenderingUtils (Code) | | Provides convenience behavior used by the JGoodies Looks.
Note: This class is not part of the public Looks API.
It should be treated as library internal and should not be used by
API users. It may be removed or changed with the Looks version
without further notice.
author: Karsten Lentzsch author: Andrej Golovnin version: $Revision: 1.9 $ since: 2.0 |
drawStringUnderlineCharAt | public static void drawStringUnderlineCharAt(JComponent c, Graphics g, String text, int underlinedIndex, int x, int y)(Code) | | Draws the string at the specified location underlining the specified
character.
Parameters: c - JComponent that will display the string, may be null Parameters: g - Graphics to draw the text to Parameters: text - String to display Parameters: underlinedIndex - Index of a character in the string to underline Parameters: x - X coordinate to draw the text at Parameters: y - Y coordinate to draw the text at |
|
|