public boolean drawImage( Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "drawImage not supported"); return true; }
public void translate(int x, int y) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "translate not supported"); }
public void setXORMode(Color color) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "setXORMode not supported"); }
public void setPaintMode() { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "setPaintMode not supported"); }
public void fillRoundRect(int x, int y, int width, int height, int arcWidth, int arcHeight) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "fillRoundRect not supported"); }
public void fillArc(int x, int y, int width, int height, int startAngle, int arcAngle) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "fillArc not supported"); }
public void drawString(AttributedCharacterIterator iterator, int x, int y) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "drawString not supported"); }
public void drawRect(int x, int y, int width, int height) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "drawRect not supported"); }
public void drawPolyline(int xPoints[], int yPoints[], int nPoints) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "drawPolyline not supported"); }
public void copyArea(int x, int y, int width, int height, int dx, int dy) { if (logger.check(POILogger.WARN)) logger.log(POILogger.WARN, "copyArea not supported"); }