net.infonode.tabbedpanel.theme.internal.laftheme

Class SizeIcon

public class SizeIcon extends Object implements Icon

Field Summary
static SizeIconEMPTY
Constructor Summary
SizeIcon(int width, int height)
SizeIcon(int width, int height, boolean swap)
Method Summary
intgetIconHeight()
intgetIconWidth()
voidpaintIcon(Component c, Graphics g, int x, int y)

Field Detail

EMPTY

public static SizeIcon EMPTY

Constructor Detail

SizeIcon

public SizeIcon(int width, int height)

SizeIcon

public SizeIcon(int width, int height, boolean swap)

Method Detail

getIconHeight

public int getIconHeight()

getIconWidth

public int getIconWidth()

paintIcon

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