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