Package samer.tools
Class ArrayImageSource
- java.lang.Object
-
- samer.tools.ImageSourceBase
-
- samer.tools.ArrayImageSource
-
public class ArrayImageSource extends ImageSourceBase
-
-
Constructor Summary
Constructors Constructor and Description ArrayImageSource(double[] A)
ArrayImageSource(double[] A, boolean vertical)
ArrayImageSource(double[] A, int w, int h)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description protected int
getHints()
protected void
sendPixels(java.awt.image.ImageConsumer ic)
-
Methods inherited from class samer.tools.ImageSourceBase
addConsumer, getHeight, getMap, getWidth, isConsumer, removeConsumer, requestTopDownLeftRightResend, sendPixels, setColorModel, setMap, startProduction
-
-
-
-
Constructor Detail
-
ArrayImageSource
public ArrayImageSource(double[] A)
-
ArrayImageSource
public ArrayImageSource(double[] A, boolean vertical)
-
ArrayImageSource
public ArrayImageSource(double[] A, int w, int h)
-
-
Method Detail
-
getHints
protected int getHints()
- Specified by:
getHints
in classImageSourceBase
-
sendPixels
protected void sendPixels(java.awt.image.ImageConsumer ic)
- Specified by:
sendPixels
in classImageSourceBase
-
-