case PathIterator.SEG_QUADTO : System.out.println( "Not supported here"); break; case PathIterator.SEG_CUBICTO : System.out.println( "Not supported here"); break; Figure 13