Skip to content

Commit 832bd77

Browse files
committed
added PenColors and SimpleSquareCodenvy
1 parent d7dddb4 commit 832bd77

5 files changed

Lines changed: 1600 additions & 2 deletions

File tree

src/org/teachingextensions/logo/ColorWheel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public class ColorWheel
2525
private static Wheel<Color> wheel = new Wheel<Color>();
2626
/**
2727
* This method adds a color to the ColorWheel. <br/>
28-
* <b>Example:</b> {@code ColorWheel.addColor(Colors.Reds.Red);}
29-
*
28+
* <b>Example:</b> {@code ColorWheel.addColor(Colors.Reds.Red);} <br/>
29+
* <b>Example:</b> {@code ColorWheel.addColor(PenColors.Reds.Red);}
3030
* @param color
3131
* the color to add to the wheel
3232
*/

src/org/teachingextensions/logo/Colors.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
* <font color="red">r</font><font color="yellow">a</font><font color="orange">i</font><font color="green">n</font><font color="blue">b</font><font color="purple">o</font><font
1010
* color="blue">w</font>,
1111
* and different ways to get them.
12+
*
13+
*
14+
* Use PenColors
15+
* @deprecated use {@link PenColors()} instead.
1216
*/
17+
@Deprecated
1318
public class Colors
1419
{
1520
public static class Blues

0 commit comments

Comments
 (0)