Documentation of 'visad.util.ImageHelper' Java class
ImageHelper
visad.util

Class ImageHelper

  • All Implemented Interfaces:
    java.awt.image.ImageObserver


    public class ImageHelper
    extends java.lang.Object
    implements java.awt.image.ImageObserver
    Helper class for monitoring loading images.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      boolean badImage
      flags whether image is bad
      • Fields inherited from interface java.awt.image.ImageObserver

        ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH
    • Constructor Summary

      Constructors 
      Constructor and Description
      ImageHelper() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean imageUpdate(java.awt.Image i, int f, int x, int y, int w, int h)
      monitor image load
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • badImage

        public boolean badImage
        flags whether image is bad
    • Constructor Detail

      • ImageHelper

        public ImageHelper()
    • Method Detail

      • imageUpdate

        public boolean imageUpdate(java.awt.Image i,
                                   int f,
                                   int x,
                                   int y,
                                   int w,
                                   int h)
        monitor image load
        Specified by:
        imageUpdate in interface java.awt.image.ImageObserver

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.