263264265266267268269
public void fillOval(int x, int y, int width, int height) { throw new HSLFException("Not implemented"); } public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) { throw new HSLFException("Not implemented"); }
268269270271272273274
throw new HSLFException("Not implemented"); } public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) { throw new HSLFException("Not implemented"); }
272273274275276277278
int startAngle, int arcAngle) { throw new HSLFException("Not implemented"); } public void setPaintMode() { throw new HSLFException("Not implemented"); }
277278279280281282283
throw new HSLFException("Not implemented"); } public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) { throw new HSLFException("Not implemented"); }
283284285286287288289
} public void drawPolyline(int xPoints[], int yPoints[], int nPoints) { throw new HSLFException("Not implemented"); }
287288289290291292293
int nPoints) { throw new HSLFException("Not implemented"); } public Graphics create() { throw new HSLFException("Not implemented"); }
307308309310311312313
group.addShape(ellipse); } public void setXORMode(Color color1) { throw new HSLFException("Not implemented"); }
314315316317318319320
public boolean drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) { throw new HSLFException("Not implemented"); }
321322323324325326327
public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) { throw new HSLFException("Not implemented"); }
329330331332333334335
public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) { throw new HSLFException("Not implemented"); }