rero.dck.items

Class ColorInput.SolidIcon

protected static class ColorInput.SolidIcon extends Object implements Icon

Constructor Summary
SolidIcon(Color c, int w, int h)
Method Summary
ColorgetColor()
intgetIconHeight()
intgetIconWidth()
voidpaintIcon(Component c, Graphics g, int x, int y)
voidsetColor(Color c)

Constructor Detail

SolidIcon

public SolidIcon(Color c, int w, int h)

Method Detail

getColor

public Color getColor()

getIconHeight

public int getIconHeight()

getIconWidth

public int getIconWidth()

paintIcon

public void paintIcon(Component c, Graphics g, int x, int y)

setColor

public void setColor(Color c)