Class WAppSplashMIS

java.lang.Object
java.awt.image.MemoryImageSource
hipp.com.wappedidpadpro2.splash.WAppSplashMIS
All Implemented Interfaces:
java.awt.image.ImageProducer

class WAppSplashMIS
extends java.awt.image.MemoryImageSource
  • Field Summary

    Fields 
    Modifier and Type Field Description
    private java.awt.image.ImageConsumer lastConsumer  
  • Constructor Summary

    Constructors 
    Constructor Description
    WAppSplashMIS​(int i, int j, int[] ai, int k, int l)  
    WAppSplashMIS​(int i, int j, java.awt.image.ColorModel colormodel, byte[] abyte0, int k, int l)  
    WAppSplashMIS​(int i, int j, java.awt.image.ColorModel colormodel, int[] ai, int k, int l)  
  • Method Summary

    Modifier and Type Method Description
    void addConsumer​(java.awt.image.ImageConsumer imageconsumer)  
    java.awt.image.ImageConsumer getConsumer()  

    Methods inherited from class java.awt.image.MemoryImageSource

    isConsumer, newPixels, newPixels, newPixels, newPixels, newPixels, removeConsumer, requestTopDownLeftRightResend, setAnimated, setFullBufferUpdates, startProduction

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lastConsumer

      private java.awt.image.ImageConsumer lastConsumer
  • Constructor Details

    • WAppSplashMIS

      public WAppSplashMIS​(int i, int j, int[] ai, int k, int l)
    • WAppSplashMIS

      public WAppSplashMIS​(int i, int j, java.awt.image.ColorModel colormodel, int[] ai, int k, int l)
    • WAppSplashMIS

      public WAppSplashMIS​(int i, int j, java.awt.image.ColorModel colormodel, byte[] abyte0, int k, int l)
  • Method Details

    • getConsumer

      public java.awt.image.ImageConsumer getConsumer()
    • addConsumer

      public void addConsumer​(java.awt.image.ImageConsumer imageconsumer)
      Specified by:
      addConsumer in interface java.awt.image.ImageProducer
      Overrides:
      addConsumer in class java.awt.image.MemoryImageSource