337338339340341342343
public boolean drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) { throw new HSLFException("Not implemented"); }
342343344345346347348
throw new HSLFException("Not implemented"); } public boolean drawImage(Image img, int x, int y, ImageObserver observer) { throw new HSLFException("Not implemented"); }
348349350351352353354
} public boolean drawImage(Image img, int x, int y, int width, int height, ImageObserver observer) { throw new HSLFException("Not implemented"); }
352353354355356357358
ImageObserver observer) { throw new HSLFException("Not implemented"); } public void dispose() { throw new HSLFException("Not implemented"); }
368369370371372373374
group.addShape(line); } public void fillPolygon(int xPoints[], int yPoints[], int nPoints) { throw new HSLFException("Not implemented"); }
372373374375376377378
int nPoints) { throw new HSLFException("Not implemented"); } public FontMetrics getFontMetrics(Font f) { throw new HSLFException("Not implemented"); }
376377378379380381382
public FontMetrics getFontMetrics(Font f) { throw new HSLFException("Not implemented"); } public void fillRect(int x, int y, int width, int height) { throw new HSLFException("Not implemented"); }
381382383384385386387
throw new HSLFException("Not implemented"); } public void drawPolygon(int xPoints[], int yPoints[], int nPoints) { throw new HSLFException("Not implemented"); }
385386387388389390391
int nPoints) { throw new HSLFException("Not implemented"); } public void clipRect(int x, int y, int width, int height) { throw new HSLFException("Not implemented"); }
389390391392393394395
public void clipRect(int x, int y, int width, int height) { throw new HSLFException("Not implemented"); } public void setClip(Shape clip) { throw new HSLFException("Not implemented"); }