Methods' Details |
queryStringWidth
long |
queryStringWidth( |
[in] string |
aString ); |
- Description
- compute the width of a given string.
Depending on the implementation of this interface, the width of a
string can be rather different things, like the number of characters
in the string, or the width in pixel when displayed with a specific
font.
- Parameter aString
- The string that is to be measured.
- Returns
- the string's width.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.