393394395396397398399
public void setClip(Shape clip) { throw new HSLFException("Not implemented"); } public java.awt.Rectangle getClipBounds() { throw new HSLFException("Not implemented"); }
397398399400401402403
public java.awt.Rectangle getClipBounds() { throw new HSLFException("Not implemented"); } public void drawString(AttributedCharacterIterator iterator, int x, int y) { throw new HSLFException("Not implemented"); }
401402403404405406407
public void drawString(AttributedCharacterIterator iterator, int x, int y) { throw new HSLFException("Not implemented"); } public void clearRect(int x, int y, int width, int height) { throw new HSLFException("Not implemented"); }
405406407408409410411
public void clearRect(int x, int y, int width, int height) { throw new HSLFException("Not implemented"); } public void copyArea(int x, int y, int width, int height, int dx, int dy) { throw new HSLFException("Not implemented"); }
409410411412413414415
public void copyArea(int x, int y, int width, int height, int dx, int dy) { throw new HSLFException("Not implemented"); } public void setClip(int x, int y, int width, int height) { throw new HSLFException("Not implemented"); }
413414415416417418419420
public void setClip(int x, int y, int width, int height) { throw new HSLFException("Not implemented"); } public void rotate(double d) { throw new HSLFException("Not implemented"); }
418419420421422423424
throw new HSLFException("Not implemented"); } public void rotate(double d, double d1, double d2) { throw new HSLFException("Not implemented"); }
422423424425426427428
public void rotate(double d, double d1, double d2) { throw new HSLFException("Not implemented"); } public void shear(double d, double d1) { throw new HSLFException("Not implemented"); }
430431432433434435436
public FontRenderContext getFontRenderContext() { return new FontRenderContext(transform, true, true); } public void transform(AffineTransform affinetransform) { throw new HSLFException("Not implemented"); }
434435436437438439440
public void transform(AffineTransform affinetransform) { throw new HSLFException("Not implemented"); } public void drawImage(BufferedImage bufferedimage, BufferedImageOp op, int x, int y) { throw new HSLFException("Not implemented"); }