由于描述文本位置时,采用的是中心点;而实际绘制文本或者图片时, isImage时,要变换为左上角, 文本时变换为左下角; 因为g在左下角绘制文本, 左上角绘制图形。 @param posDesc 根据中心点描述的文本位置 @param location 文本相对中心点的方位 @param isImage 是否绘制图形,否则按文本算法 @return 图形设备直接输出的实际坐标
(Rectangle posDesc, int location,boolean isImage)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected