setEncircled method
void
setEncircled()
Implementation
void setEncircled() {
attrs &= ~CellAttr.frameMask;
attrs |= CellAttr.encircled;
}
void setEncircled() {
attrs &= ~CellAttr.frameMask;
attrs |= CellAttr.encircled;
}