Ejemplo n.º 1
0
 public final boolean isInvis() {
   if (type.isInvisible()) {
     return true;
   }
   return invis;
 }