Class StyleMapEntry

java.lang.Object
org.apache.uima.tools.stylemap.StyleMapEntry

public class StyleMapEntry extends Object
The Class StyleMapEntry.
  • Constructor Details

    • StyleMapEntry

      public StyleMapEntry()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getHidden

      public boolean getHidden()
      Gets the hidden.
      Returns:
      the hidden
    • setHidden

      public void setHidden(Boolean hid)
      Sets the hidden.
      Parameters:
      hid - the new hidden
    • getChecked

      public boolean getChecked()
      Gets the checked.
      Returns:
      the checked
    • setChecked

      public void setChecked(Boolean chk)
      Sets the checked.
      Parameters:
      chk - the new checked
    • getPattern

      public String getPattern()
      This method returns a pattern representing either simply an annotation type or else an annotation type/feature value. In the case of the latter: e.g. SYNTAX_ANNOT_TYPE[@SYNTAXLABEL_STRING='NP']
      Returns:
      the pattern
    • getBackground

      public Color getBackground()
      Gets the background.
      Returns:
      Returns the background.
    • setBackground

      public void setBackground(Color background)
      Sets the background.
      Parameters:
      background - The background to set.
    • getFeatureValue

      public String getFeatureValue()
      Gets the feature value.
      Returns:
      Returns the featureValue.
    • setFeatureValue

      public void setFeatureValue(String featureValue)
      Sets the feature value.
      Parameters:
      featureValue - The featureValue to set.
    • getForeground

      public Color getForeground()
      Gets the foreground.
      Returns:
      Returns the foreground.
    • setForeground

      public void setForeground(Color foreground)
      Sets the foreground.
      Parameters:
      foreground - The foreground to set.
    • getLabel

      public String getLabel()
      Gets the label.
      Returns:
      Returns the label.
    • setLabel

      public void setLabel(String label)
      Sets the label.
      Parameters:
      label - The label to set.
    • getAnnotationTypeName

      public String getAnnotationTypeName()
      Gets the annotation type name.
      Returns:
      Returns the annotationTypeName.
    • setAnnotationTypeName

      public void setAnnotationTypeName(String annotationTypeName)
      Sets the annotation type name.
      Parameters:
      annotationTypeName - The annotationTypeName to set.