GATE
Version 3.1-2270

gate.util.web
Class TagHighlighter

java.lang.Object
  extended by gate.util.web.TagHighlighter

public class TagHighlighter
extends Object


Constructor Summary
TagHighlighter()
           
 
Method Summary
 void colorTag(String tag, String color)
           
 String getColor(String tag)
           
 String highlightText(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagHighlighter

public TagHighlighter()
Method Detail

colorTag

public void colorTag(String tag,
                     String color)

getColor

public String getColor(String tag)

highlightText

public String highlightText(String text)

GATE
Version 3.1-2270