setSymbol method

void setSymbol(
  1. String s
)

Set the displayed symbol.

Implementation

void setSymbol(String s) {
  symbol = s;
}