Changeset 22 for trunk/examples/ColorPrimitives.php
- Timestamp:
- 08/28/06 18:28:35 (2 years ago)
- Files:
-
- trunk/examples/ColorPrimitives.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/examples/ColorPrimitives.php
r2 r22 6 6 * Window - Preferences - Java - Code Style - Code Templates 7 7 */ 8 class ColorPrimitivesFactory 9 { 10 public static function create($name) 11 { 12 $colorPrimities = new ColorPrimitives($name); 13 return $colorPrimities; 14 } 15 } 16 8 17 class ColorPrimitives 9 18 {
