Package samer.maths
Class MatrixImage
- java.lang.Object
-
- samer.core.util.heavy.VCanvas
-
- samer.tools.ImageViewer
-
- samer.maths.MatrixImage
-
public class MatrixImage extends ImageViewer
-
-
Field Summary
-
Fields inherited from class samer.tools.ImageViewer
ColorModelCodec, cx, cy, ih, img, ip, iw, map, obs
-
-
Constructor Summary
Constructors Constructor and Description MatrixImage(Matrix M)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static Viewer
getViewerFor(Matrix M)
void
scale()
-
Methods inherited from class samer.tools.ImageViewer
attach, detach, execute, getCommands, getMap, getPreferredSize, getVMap, paint, setCellSize, setColorModel, setMap, update, update
-
-
-
-
Constructor Detail
-
MatrixImage
public MatrixImage(Matrix M)
-
-
Method Detail
-
scale
public void scale()
- Overrides:
scale
in classImageViewer
-
getViewerFor
public static Viewer getViewerFor(Matrix M)
-
-