Package samer.maths
Class MatrixTImageSourceF
- java.lang.Object
-
- samer.tools.ImageSourceBase
-
- samer.maths.MatrixTImageSourceF
-
public class MatrixTImageSourceF extends ImageSourceBase
This one sends pixels in vertical strips: better for column vectors or very narrow matrices
-
-
Constructor Summary
Constructors Constructor and Description MatrixTImageSourceF(Matrix mat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description protected int
getHints()
void
newMatrix(Matrix mat)
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
-
MatrixTImageSourceF
public MatrixTImageSourceF(Matrix mat)
-
-
Method Detail
-
newMatrix
public void newMatrix(Matrix mat)
-
getHints
protected int getHints()
- Specified by:
getHints
in classImageSourceBase
-
sendPixels
protected void sendPixels(java.awt.image.ImageConsumer ic)
- Specified by:
sendPixels
in classImageSourceBase
-
-