Changes between Version 29 and Version 30 of FRAME_FILLING_PATTERN_R0
- Timestamp:
- 06/02/09 11:15:23 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_FILLING_PATTERN_R0
v29 v30 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. 55 * An ImmPatternTest JUnit test case will be created that will test for immutability .55 * An ImmPatternTest JUnit test case will be created that will test for immutability and correct construction: [2903]. 56 56 57 57 = Implementation =