Java org.jfree.data.xy NormalizedMatrixSeries fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.xy NormalizedMatrixSeries fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.xy NormalizedMatrixSeries.

The text is from its open source code.

Constructor

NormalizedMatrixSeries(String name, int rows, int columns)
Constructor for NormalizedMatrixSeries.

Method

intgetItemCount()
Returns the number of items in the series.
voidsetScaleFactor(double factor)
Sets the factor that multiplies each item in this series when observed using getItem mehtod.
voidupdate(int i, int j, double mij)
Updates the value of the specified item in this matrix series.