applications.proxy.utils
Class GenericPreferences

Direct Known Subclasses:
VisualizationPreferences, LookAndFeelPreferences, PhatClientPreferences, PopQuizPreferences

public class GenericPreferences


Field Summary
 private final static StringCOLOR_ALPHA_ATTRIBUTE
           
 private final static StringCOLOR_BLUE_ATTRIBUTE
           
 private final static StringCOLOR_GREEN_ATTRIBUTE
           
 private final static StringCOLOR_RED_ATTRIBUTE
           

Method Summary
 protected ColorparseColor(Element colorElement)
          Description of the Method
 protected intparseColorComponent(Attribute colorValue, int defaultValue)
          Description of the Method
 protected FontparseFont(Element oFontElement)
           
 protected LineBorderparseLineBorder(Element oLineBorderElement)
           

Field Detail

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
Method Detail

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)