applications.proxy.utils
Class GenericPreferences
- Direct Known Subclasses:
- VisualizationPreferences, LookAndFeelPreferences, PhatClientPreferences, PopQuizPreferences
- public class GenericPreferences
| Method Summary |
protected Color | parseColor(Element colorElement) Description of the Method |
protected int | parseColorComponent(Attribute colorValue, int defaultValue) Description of the Method |
protected Font | parseFont(Element oFontElement) |
protected LineBorder | parseLineBorder(Element oLineBorderElement) |
COLOR_ALPHA_ATTRIBUTE
private final static String COLOR_ALPHA_ATTRIBUTE
COLOR_BLUE_ATTRIBUTE
private final static String COLOR_BLUE_ATTRIBUTE
COLOR_GREEN_ATTRIBUTE
private final static String COLOR_GREEN_ATTRIBUTE
COLOR_RED_ATTRIBUTE
private final static String COLOR_RED_ATTRIBUTE
parseColor
protected Color parseColor(Element colorElement)
- Description of the Method
- Parameters:
- colorElement - Description of Parameter
- Returns: Description of the Returned Value
- Since:
parseColorComponent
protected int parseColorComponent(Attribute colorValue, int defaultValue)
- Description of the Method
- Parameters:
- colorValue - Description of Parameter
- defaultValue - Description of Parameter
- Returns: Description of the Returned Value
- Since:
parseFont
protected Font parseFont(Element oFontElement)
parseLineBorder
protected LineBorder parseLineBorder(Element oLineBorderElement)