Package samer.maths
Class MatrixPlotter
- java.lang.Object
-
- samer.core.util.heavy.VCanvas
-
- samer.tools.Plotter
-
- samer.maths.VectorPlotter
-
- samer.maths.MatrixPlotter
-
public class MatrixPlotter extends VectorPlotter
A Vector plotter that gets its data from a matrix row or column
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class samer.tools.Plotter
Plotter.Pen
-
-
Constructor Summary
Constructors Constructor and Description MatrixPlotter(Matrix A)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
attach()
void
detach()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class samer.tools.Plotter
clear, drawAxes, exposeMaps, getPen, getPen, setAxes, setAxesColor, sized
-
Methods inherited from class samer.maths.VectorPlotter
execute, getCommands, getPreferredSize, paint, realized, scale, setVec, update, update
-
-
-
-
Constructor Detail
-
MatrixPlotter
public MatrixPlotter(Matrix A)
-
-
Method Detail
-
attach
public void attach()
- Overrides:
attach
in classVectorPlotter
-
detach
public void detach()
- Overrides:
detach
in classVectorPlotter
-
-