Package samer.tools

Class ImageSourceBase

  • java.lang.Object
    • samer.tools.ImageSourceBase
    • Field Detail

      • GREEN

        public static java.awt.image.IndexColorModel GREEN
      • GREY

        public static java.awt.image.IndexColorModel GREY
      • height

        protected int height
      • map

        protected IMap map
      • model

        protected java.awt.image.IndexColorModel model
      • width

        protected int width
    • Constructor Detail

      • ImageSourceBase

        public ImageSourceBase()
    • Method Detail

      • getHints

        protected abstract int getHints()
      • sendPixels

        protected abstract void sendPixels(java.awt.image.ImageConsumer ic)
      • getMap

        public IMap getMap()
      • setMap

        public void setMap(IMap m)
      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()
      • setColorModel

        public void setColorModel(java.awt.image.IndexColorModel cm)
      • startProduction

        public void startProduction(java.awt.image.ImageConsumer ic)
        Specified by:
        startProduction in interface java.awt.image.ImageProducer
      • requestTopDownLeftRightResend

        public void requestTopDownLeftRightResend(java.awt.image.ImageConsumer ic)
        Specified by:
        requestTopDownLeftRightResend in interface java.awt.image.ImageProducer
      • isConsumer

        public boolean isConsumer(java.awt.image.ImageConsumer ic)
        Specified by:
        isConsumer in interface java.awt.image.ImageProducer
      • removeConsumer

        public void removeConsumer(java.awt.image.ImageConsumer ic)
        Specified by:
        removeConsumer in interface java.awt.image.ImageProducer
      • addConsumer

        public void addConsumer(java.awt.image.ImageConsumer ic)
        Specified by:
        addConsumer in interface java.awt.image.ImageProducer
      • sendPixels

        public void sendPixels()