gnu.javax.swing.text.html
Class ImageViewIconFactory.LoadingImageIcon
- ImageViewIconFactory
- Icon, Serializable
This icon reflects the general concept (sheet of paper with image), but is
currently not pixel to pixel identical with the Sun's implementation.
clone , equals , extends Object> getClass , finalize , 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.