Class JDKRegistryEntry.MyImgObs

  • All Implemented Interfaces:
    java.awt.image.ImageObserver
    Enclosing class:
    JDKRegistryEntry

    public static class JDKRegistryEntry.MyImgObs
    extends java.lang.Object
    implements java.awt.image.ImageObserver
    • Field Summary

      • Fields inherited from interface java.awt.image.ImageObserver

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

      Constructors 
      Constructor Description
      MyImgObs()  
    • Constructor Detail

      • MyImgObs

        public MyImgObs()
    • Method Detail

      • clear

        public void clear()
      • imageUpdate

        public boolean imageUpdate​(java.awt.Image img,
                                   int infoflags,
                                   int x,
                                   int y,
                                   int width,
                                   int height)
        Specified by:
        imageUpdate in interface java.awt.image.ImageObserver
      • waitTilWidthHeightDone

        public void waitTilWidthHeightDone()
      • waitTilWidthDone

        public void waitTilWidthDone()
      • waitTilHeightDone

        public void waitTilHeightDone()
      • waitTilImageDone

        public void waitTilImageDone()