Class ShiftedIcon
- java.lang.Object
-
- org.pushingpixels.substance.internal.contrib.randelshofer.quaqua.util.ShiftedIcon
-
-
Constructor Summary
Constructors Constructor Description ShiftedIcon(Icon target, Point shift)
Creates a new instance.ShiftedIcon(Icon target, Rectangle shiftAndSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
-