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 SummaryConstructors Constructor and Description MatrixTImageSourceF(Matrix mat)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method and Description protected intgetHints()voidnewMatrix(Matrix mat)protected voidsendPixels(java.awt.image.ImageConsumer ic)- 
Methods inherited from class samer.tools.ImageSourceBaseaddConsumer, getHeight, getMap, getWidth, isConsumer, removeConsumer, requestTopDownLeftRightResend, sendPixels, setColorModel, setMap, startProduction
 
- 
 
- 
- 
- 
Constructor Detail- 
MatrixTImageSourceFpublic MatrixTImageSourceF(Matrix mat) 
 
- 
 - 
Method Detail- 
newMatrixpublic void newMatrix(Matrix mat) 
 - 
getHintsprotected int getHints() - Specified by:
- getHintsin class- ImageSourceBase
 
 - 
sendPixelsprotected void sendPixels(java.awt.image.ImageConsumer ic) - Specified by:
- sendPixelsin class- ImageSourceBase
 
 
- 
 
-