Ejemplo n.º 1
0
        /**
         * @see Graphics2D#drawGlyphVector(GlyphVector, float, float)
         */
        public void drawGlyphVector(GlyphVector g, float x, float y)
        {
            Shape s = g.getOutline(x, y);

            fill(s);
        }