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

Change-Id: I3e9f8b3db2302cb2a53c365225c06bda3ec73785

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

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);
}
}