Uses of Class
ubic.basecode.graphics.ColorMatrix
-
Packages that use ColorMatrix Package Description ubic.basecode.graphics -
-
Uses of ColorMatrix in ubic.basecode.graphics
Methods in ubic.basecode.graphics that return ColorMatrix Modifier and Type Method Description ColorMatrix<A,B>
ColorMatrix. clone()
ColorMatrix<R,C>
MatrixDisplay. getColorMatrix()
static <R,C>
ColorMatrix<R,C>ColorMatrix. newInstance(DoubleMatrix<R,C> matrix)
Methods in ubic.basecode.graphics with parameters of type ColorMatrix Modifier and Type Method Description protected void
MatrixDisplay. drawMatrix(ColorMatrix<R,C> matrix, Graphics g, boolean leaveRoomForLabels, boolean leaveRoomForScalebar)
Gets called from #paintComponent and #saveImage.void
MatrixDisplay. init(ColorMatrix<R,C> matrix)
static <R,C>
MatrixDisplay<R,C>MatrixDisplay. newInstance(ColorMatrix<R,C> matrix)
void
MatrixDisplay. saveImage(ColorMatrix<R,C> matrix, String outPngFilename, boolean showLabels, boolean showScalebar, boolean standardize)
void
MatrixDisplay. saveImageToPng(ColorMatrix<R,C> matrix, OutputStream stream, boolean showLabels, boolean showScalebar, boolean standardize)
void
MatrixDisplay. setMatrix(ColorMatrix<R,C> matrix)
void
MatrixDisplay. writeToPng(ColorMatrix<R,C> matrix, OutputStream stream, boolean showLabels, boolean showScalebar)
Constructors in ubic.basecode.graphics with parameters of type ColorMatrix Constructor Description MatrixDisplay(ColorMatrix<R,C> matrix)
-