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"); }