Changes between Version 33 and Version 34 of FRAME_FILLING_PATTERN_R0
- Timestamp:
- 06/02/09 16:02:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_FILLING_PATTERN_R0
v33 v34 48 48 * org.sophie2.main.app.halos.huds.BackgroundPatternField 49 49 * The following enumerations will be extended: 50 * org.sophie2.main.dialogs.input.FileDialogInput.Kind51 50 * org.sophie2.main.dialogs.input.BackgroundType 52 51 * Class ImmPattern will be immutable. 52 * The internal representation of a pattern will be a ImmImage object. 53 53 * The TexturePaint class from the standard Java library will be used, initialized with the image from ImmPattern. This 54 54 allows us to use the preexisting algorithm for tiling.