| |
|
| java.lang.Object org.swingml.system.SwingMLTextUtilities
SwingMLTextUtilities | public class SwingMLTextUtilities (Code) | | author: CrossLogic |
Method Summary | |
public static int | getStringHeight() Calculate the height in pixels of a given string. | public static int | getStringWidth(String text) Calculate the width in pixels of a given string. |
getStringHeight | public static int getStringHeight()(Code) | | Calculate the height in pixels of a given string.
Parameters: text - |
getStringWidth | public static int getStringWidth(String text)(Code) | | Calculate the width in pixels of a given string.
Parameters: text - |
|
|
|