| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting graphics and images.
|
| Modifier and Type | Method and Description |
|---|---|
LineMetrics |
Font.getLineMetrics(char[] chars, int beginIndex, int limit, FontRenderContext
Returns a
LineMetrics object created with the specified arguments.
|
LineMetrics |
FontMetrics.getLineMetrics(char[] chars, int beginIndex, int limit, Graphics
Returns the
LineMetrics object for the specified character array in the specified
Graphics context.
|
LineMetrics |
Font.getLineMetrics(CharacterIterator
Returns a
LineMetrics object created with the specified arguments.
|
LineMetrics |
FontMetrics.getLineMetrics(CharacterIterator
Returns the
LineMetrics object for the specified
CharacterIterator in the specified
Graphics context.
|
LineMetrics |
Font.getLineMetrics(String
|
LineMetrics |
FontMetrics.getLineMetrics(String
|
LineMetrics |
Font.getLineMetrics(String
Returns a
LineMetrics object created with the specified arguments.
|
LineMetrics |
FontMetrics.getLineMetrics(String
|