public class NullStroke
extends Object
implements Stroke
This Stroke implementation does nothing. Its createStrokedShape() method
returns an unmodified shape. Thus, drawing a shape with this Stroke is the
same as filling that shape!
http://www.java2s.com/Code/Java/2D-Graphics-GUI/CustomStrokes.htm