예제 #1
0
 /**
  * Returns <code>true</code> if the textual information is painted on top of the grid image,
  * <code>false</code> otherwise.
  *
  * @return See above.
  */
 boolean isTextVisible() {
   return parent.isTextVisible();
 }