Set the character's region. @param r the character's region
(Region r)
| 1765 | * @param r the character's region |
| 1766 | */ |
| 1767 | public void setRegion(Region r) |
| 1768 | { |
| 1769 | regionFacet.setRegion(id, r); |
| 1770 | } |
| 1771 | |
| 1772 | /** |
| 1773 | * Set the location of the HTML sheet for this character. |
no outgoing calls