Esempio n. 1
0
 protected void drawStroke(Graphics2D g) {
   g.draw(getTextShape());
 }
Esempio n. 2
0
 protected void drawFill(Graphics2D g) {
   g.fill(getTextShape());
 }