contrib.ch.randelshofer.quaqua.util
public class ShiftedIcon extends java.lang.Object implements javax.swing.Icon
Constructor and Description |
---|
ShiftedIcon(javax.swing.Icon target,
java.awt.Point shift)
Creates a new instance.
|
ShiftedIcon(javax.swing.Icon target,
java.awt.Rectangle shiftAndSize) |
Modifier and Type | Method and Description |
---|---|
int |
getIconHeight() |
int |
getIconWidth() |
void |
paintIcon(java.awt.Component c,
java.awt.Graphics g,
int x,
int y) |
public ShiftedIcon(javax.swing.Icon target, java.awt.Point shift)
public ShiftedIcon(javax.swing.Icon target, java.awt.Rectangle shiftAndSize)
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
paintIcon
in interface javax.swing.Icon
public int getIconWidth()
getIconWidth
in interface javax.swing.Icon
public int getIconHeight()
getIconHeight
in interface javax.swing.Icon