Changes between Version 10 and Version 11 of TEXT_CHAR_COLOR_R0


Ignore:
Timestamp:
06/17/09 14:43:29 (16 years ago)
Author:
meddle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_CHAR_COLOR_R0

    v10 v11  
    4646Two new control will be added to TextFontHud. These controls will be BoundColorField type. The first control will represent text color and the second one will be text background color. 
    4747 
    48 [[Image(source:trunk/doc/uml-design-diagrams/hotText/hotTextCharColor.png)]] 
     48[[Image(source:trunk/sophie2-platform/doc/uml-design-diagrams/hotText/hotTextCharColor.png)]] 
    4949 
    5050Also a refactoring to BackgroundGradientField, BackgroundImageField and BackgroundPatternField will be made, in order to minimize code duplication and easier test maintenance. These three class use dialog window for user preferences and this is the only difference between them. The goal of this refactoring will be to have only one class - BackgroundDialogField, which will handle the code for manipulating Dialog window. Also it will declare two abstract methods : 
     
    5858 * getDefaultValue () : Color - this abstract method return value that is used to initializa JPanel's background. This functionality is part of the implementation done so far and won't be fixed. 
    5959 
    60 [[Image(source:trunk/doc/uml-design-diagrams/backgroundFieldsRefactor.png)]] 
     60[[Image(source:trunk/sophie2-platform/doc/uml-design-diagrams/backgroundFieldsRefactor.png)]] 
    6161 
    6262Changeset: