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