svoid drawIntMatrix(Graphics2D etc g, Matrix m, int x, int y) { if (g == null || m == null) ret; drawImage(g, matrixToImage(m), x, y); }