Represents a null pen. A null pen is one that results in no drawing.
public static final int NULL;
A null pen is useful when you have a function that always draws a border, but you do not want to include the border.