Class DMatrixComponent

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class DMatrixComponent extends JPanel
Renders a matrix as an image. Positive elements are shades of red, negative shades of blue, 0 is black.
See Also:
  • Constructor Details

    • DMatrixComponent

      public DMatrixComponent(int width, int height)
  • Method Details