275276277278279280281
public void illuminate() { illuminated = true; markAsNeedingLayout(); new IlluminatedEvent(this).dispatch(this); }