1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<p style="margin: 5px 5px 0px 5px;">
Set the color for this Shape
</p>
<h3 style="margin: 10px 0px 5px 0px">Parameters:</h3>
<table style="margin-left: 10px;">
<tr>
<td valign="top" style="margin-right:5px;">Color</td>
<td valign="top" style="margin-right:5px;"><b>color</b></td>
<td>The color to set for this Shape</td>
</tr>
<tr>
<td valign="top" style="margin-right:5px;"></td>
<td valign="top" style="margin-right:5px;"><b>other</b></td>
<td>There is no other param, but it can still be documented if optional parameters are used</td>
</tr>
</table>
<h4 style="margin: 10px 0px 5px 0px">Throws:</h4>
<table style="margin-left: 10px;">
<tr>
<td valign="top">NonExistantColorException</td>
<td></td>
</tr>
</table>
<h4 style="margin: 10px 0px 5px 0px">See:</h4>
<table style="margin-left: 10px;">
<tr>
<td valign="top">#getColor</td>
</tr>
</table>
|