gnu.javax.swing.text.html
Class ImageViewIconFactory.NoImageIcon
- ImageViewIconFactory
- Icon, Serializable
This icon reflects the general concept (broken sheet of paper with
image), but is currently not pixel to pixel identical with the Sun's
implementation.
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
paintIcon
public void paintIcon(Component c,
Graphics g,
int x,
int y)- paintIcon in interface Icon
c - the component (ignored).g - the graphics device.x - the x-coordinate for the top-left of the icon.y - the y-coordinate for the top-left of the icon.