| java.lang.Object org.osbl.client.wings.shell.SVGButtonRenderer
SVGButtonRenderer | public class SVGButtonRenderer (Code) | | |
Inner Class :static class Log4jUserAgentAdapter extends UserAgentAdapter | |
TEXTWIDTH_CORRECTURE_FACTOR | final protected static double TEXTWIDTH_CORRECTURE_FACTOR(Code) | | The returned width of the textwidths somehow does not fit the real life. This correcture factor can be used to adjust.
|
iconCaches | SessionLocal iconCaches(Code) | | |
calculateButtonImageSize | public Dimension calculateButtonImageSize(String buttonText)(Code) | | Calculates the estimated size for the button immage.
|
retrieveRenderedButtonIcon | public SIcon retrieveRenderedButtonIcon(String buttonText, String buttonTemplateUri, Dimension imageSize)(Code) | | This method provides dynamical rendered buttons ....
Parameters: buttonText - The text which should appear inside the button Parameters: buttonTemplateUri - The template file for the button |
retrieveRenderedButtonImage | public BufferedImage retrieveRenderedButtonImage(String buttonText, String buttonTemplateUri, Dimension imageSize)(Code) | | This method provides dynamical rendered buttons ....
Parameters: buttonText - The text which should appear inside the button Parameters: buttonTemplateUri - The template file for the button |
startApp | public static void startApp()(Code) | | |
|
|