Save This Page
Home » openjdk-7 » javax » swing » text » html » [javadoc | source]
javax.swing.text.html
class: ImageView.ImageHandler [javadoc | source]
java.lang.Object
   javax.swing.text.html.ImageView$ImageHandler

All Implemented Interfaces:
    ImageObserver

ImageHandler implements the ImageObserver to correctly update the display as new parts of the image become available.
Method from javax.swing.text.html.ImageView$ImageHandler Summary:
imageUpdate
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.swing.text.html.ImageView$ImageHandler Detail:
 public boolean imageUpdate(Image img,
    int flags,
    int x,
    int y,
    int newWidth,
    int newHeight)