Module java.desktop

Interface ImageObserver

    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      static intABORT
      This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously was aborted before production was complete.
      static intALLBITS
      This flag in the infoflags argument to imageUpdate indicates that a static image which was previously drawn is now complete and can be drawn again in its final form.
      static intERROR
      This flag in the infoflags argument to imageUpdate indicates that an image which was being tracked asynchronously has encountered an error.
      static intFRAMEBITS
      This flag in the infoflags argument to imageUpdate indicates that another complete frame of a multi-frame image which was previously drawn is now available to be drawn again.
      static intHEIGHT
      This flag in the infoflags argument to imageUpdate indicates that the height of the base image is now available and can be taken from the height argument to the imageUpdate callback method.
      static intPROPERTIES
      This flag in the infoflags argument to imageUpdate indicates that the properties of the image are now available.
      static intSOMEBITS
      This flag in the infoflags argument to imageUpdate indicates that more pixels needed for drawing a scaled variation of the image are available.
      static intWIDTH
      This flag in the infoflags argument to imageUpdate indicates that the width of the base image is now available and can be taken from the width argument to the imageUpdate callback method.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and TypeMethodDescription
      booleanimageUpdate​(Image img, int infoflags, int x, int y, int width, int height)
      This method is called when information about an image which was previously requested using an asynchronous interface becomes available.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部