1 package com.octo.captcha.component.image.textpaster.textvisitor; 2 3 import com.octo.captcha.component.image.textpaster.MutableAttributedString; 4 5 /*** 6 * @author mag 7 * @Date 5 mars 2008 8 * @deprecated 9 */ 10 public interface TextVisitor { 11 void visit(MutableAttributedString mas); 12 }