public interface IUserInterfaceInfoDelegate
| Modifier and Type | Method and Description |
|---|---|
int |
calculateWidth(java.lang.String astrString)
Calculate the width of the specified string in pixels.
|
int |
getDefaultFixedRowHeight()
Get the default fixed row height in pixels.
|
int |
getDefaultRowHeight()
Get the default row height in pixels.
|
int calculateWidth(java.lang.String astrString)
astrString - String whose width is to be computed.int getDefaultFixedRowHeight()
int getDefaultRowHeight()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.