354355356357358359360
/** * Ends a graphics area (end of fill) */ public void endArea() { addObject(new GraphicsAreaEnd()); }
335336337338339340341