根据指定参数和位置绘制一串文本 @param g 图形设备 @param txt 要绘制的文本 @param dx 横坐标x @param dy 纵坐标y @param font 字体 @param c 前景色 @param fontStyle 风格 @param angle 旋转角度 @param location 相对于文本中心点的偏移位置,值参考Consts.LOCATION_XX
(Graphics2D g, String txt, double dx, double dy, Font font, Color c, int fontStyle, int angle, int location)
source not stored for this graph (policy: none)
no test coverage detected