Changes between Version 10 and Version 11 of TEXT_CHAR_COLOR_R0
- Timestamp:
- 06/17/09 14:43:29 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_CHAR_COLOR_R0
v10 v11 46 46 Two 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. 47 47 48 [[Image(source:trunk/ doc/uml-design-diagrams/hotText/hotTextCharColor.png)]]48 [[Image(source:trunk/sophie2-platform/doc/uml-design-diagrams/hotText/hotTextCharColor.png)]] 49 49 50 50 Also 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 : … … 58 58 * 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. 59 59 60 [[Image(source:trunk/ doc/uml-design-diagrams/backgroundFieldsRefactor.png)]]60 [[Image(source:trunk/sophie2-platform/doc/uml-design-diagrams/backgroundFieldsRefactor.png)]] 61 61 62 62 Changeset: