setMatrixHeight method

void setMatrixHeight(
  1. int matrixHeight
)

Implementation

void setMatrixHeight(int matrixHeight) {
  this.matrixHeight = matrixHeight;
}