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 
      Modifier and Type Field Description
      (package private) int height  
      (package private) boolean heightDone  
      (package private) boolean imageDone  
      (package private) boolean imageError  
      (package private) int IMG_BITS  
      (package private) int width  
      (package private) boolean widthDone  
      • Fields inherited from interface java.awt.image.ImageObserver

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

      Constructors 
      Constructor Description
      MyImgObs()  
    • Field Detail

      • widthDone

        boolean widthDone
      • heightDone

        boolean heightDone
      • imageDone

        boolean imageDone
      • width

        int width
      • height

        int height
      • imageError

        boolean imageError
      • IMG_BITS

        int IMG_BITS
    • 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()