Uses of Class
org.apache.uima.tools.stylemap.StyleMapEntry
-
Packages that use StyleMapEntry Package Description org.apache.uima.tools.stylemap -
-
Uses of StyleMapEntry in org.apache.uima.tools.stylemap
Methods in org.apache.uima.tools.stylemap that return StyleMapEntry Modifier and Type Method Description StyleMapEntry
ColorParser. parseAndAssignColors(java.lang.String typeName, java.lang.String featureValue, java.lang.String labelString, java.lang.String styleColor)
Parses the and assign colors.Methods in org.apache.uima.tools.stylemap with parameters of type StyleMapEntry Modifier and Type Method Description private void
ColorParser. parseChecked(java.util.StringTokenizer token, StyleMapEntry sme)
Parses the checked.private void
ColorParser. parseHidden(java.util.StringTokenizer token, StyleMapEntry sme)
Parses the hidden.
-