// MutableInt textType = new MutableInt(-1);
// String desc = covtable.getTextDescription(textvec,
// textType);
SText py = createTextSText(text, latitude, longitude);
if (py == null) {
return;
}
// py.object(new LineComp(desc));
java.awt.Color tc = (java.awt.Color) drawAtt.getLinePaint();
if (tc == null)
tc = java.awt.Color.black;
py.color(ns(tc));
// if (textType.value < 0) {
// py.color(textColors[5]);
// } else {
// py.color(textColors[textType.value % 5]);