Omaha #3465 Replace Raytheon plugin calls to deprecated IGraphicsTarget.drawString()

Change-Id: I3e9f8b3db2302cb2a53c365225c06bda3ec73785

Former-commit-id: 78d6620bf4 [formerly cdfa485a14] [formerly 9027c11b1f [formerly 4b43f857367f8d7d4f961b635edd67943b094936]]
Former-commit-id: 9027c11b1f
Former-commit-id: 9e38eb3fb4
This commit is contained in:
Mark Peters 2014-07-31 10:05:03 -05:00
parent feea9f838f
commit 499694fccf

View file

@ -194,7 +194,6 @@ public class NumberAxis extends Axis {
labeling.getLabel(labelVal), color);
string.font = font;
string.setCoordinates(xPos, yPos);
string.rotation = 360.0;
strings.add(string);
}
}