} else {
PinState state = getState(painter);
if (attrs.width.getWidth() <= 1) {
Value receiving = state.receiving;
g.setColor(receiving.getColor());
g.fillOval(x + 4, y + 4, 13, 13);
if (attrs.width.getWidth() == 1) {
g.setColor(Color.WHITE);
GraphicsUtil.drawCenteredText(g,
state.sending.toDisplayString(), x + 11, y + 9);