Javadocs.

This commit is contained in:
NathanSweet 2015-03-19 02:56:52 +01:00
parent 371aaefa9f
commit 0402396c62

View File

@ -402,6 +402,7 @@ public class Skeleton {
return color;
}
/** A convenience method for setting the skeleton color. The color can also be set by modifying {@link #getColor()}. */
public void setColor (Color color) {
this.color.set(color);
}