public class MatrixRenderer
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
MatrixRenderer(LambdaMatrixPanel lambdaMatrixPanel,
ColorScale colorScale) |
Modifier and Type | Method and Description |
---|---|
void |
draw(java.awt.Graphics2D graphics,
Matrix lambdaMatrix) |
int |
getMatrixDrawHeight() |
int |
getMatrixDrawWidth() |
boolean |
isShowScale() |
void |
redraw(java.awt.Graphics2D graphics) |
void |
setLambdaMatrix(Matrix lambdaMatrix) |
void |
setShowScale(boolean showScale) |
public MatrixRenderer(LambdaMatrixPanel lambdaMatrixPanel, ColorScale colorScale)
public void setLambdaMatrix(Matrix lambdaMatrix)
public void draw(java.awt.Graphics2D graphics, Matrix lambdaMatrix)
public void redraw(java.awt.Graphics2D graphics)
public boolean isShowScale()
public int getMatrixDrawWidth()
public int getMatrixDrawHeight()
public void setShowScale(boolean showScale)