Class JDKRegistryEntry.MyImgObs

java.lang.Object
org.apache.batik.ext.awt.image.spi.JDKRegistryEntry.MyImgObs
All Implemented Interfaces:
ImageObserver
Enclosing class:
JDKRegistryEntry

public static class JDKRegistryEntry.MyImgObs extends Object implements ImageObserver
  • Field Details

    • widthDone

      boolean widthDone
    • heightDone

      boolean heightDone
    • imageDone

      boolean imageDone
    • width

      int width
    • height

      int height
    • imageError

      boolean imageError
    • IMG_BITS

      int IMG_BITS
  • Constructor Details

    • MyImgObs

      public MyImgObs()
  • Method Details

    • clear

      public void clear()
    • imageUpdate

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

      public void waitTilWidthHeightDone()
    • waitTilWidthDone

      public void waitTilWidthDone()
    • waitTilHeightDone

      public void waitTilHeightDone()
    • waitTilImageDone

      public void waitTilImageDone()