示例#1
0
 protected void drawStroke(Graphics2D g) {
   g.draw(getTextShape());
 }
示例#2
0
 protected void drawFill(Graphics2D g) {
   g.fill(getTextShape());
 }