g.drawRect(x, y, w - DEPTH, h - DEPTH);
g.drawLine(x + w - DEPTH, y + h - DEPTH, x + w, y + h);
g.drawPolygon(xp, yp, xp.length);
}
g.translate(depress, depress);
g.setColor(painter.getAttributeValue(Io.ATTR_LABEL_COLOR));
painter.drawLabel();
g.translate(-depress, -depress);
painter.drawPorts();
}