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) |