コード例 #1
0
ファイル: SVGTextFigure.java プロジェクト: DevBoost/Reuseware
 protected void drawStroke(Graphics2D g) {
   g.draw(getTextShape());
 }