| java.lang.Object org.wings.template.TemplateUtil
Method Summary | |
public static int | parseAlignment(String alignmentValue) Parses a free text string representation for alignments and returns
the according value. | public static SFont | parseFont(String value) Parses a font description in the format of Arial,B,14 .
Parameters: value - A free text representation of a font in the format of Arial,B,14 . |
parseAlignment | public static int parseAlignment(String alignmentValue)(Code) | | Parses a free text string representation for alignments and returns
the according value.
Parameters: alignmentValue - A String like "Top" or "Center" Alignment constant value or SConstants.NO_ALIGN |
parseFont | public static SFont parseFont(String value)(Code) | | Parses a font description in the format of Arial,B,14 .
Parameters: value - A free text representation of a font in the format of Arial,B,14 . according SFont instance. Defaults to plain 12. |
|
|