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

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

Introduction

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

The text is from its open source code.

Method

intgetColumnCount()
Returns the number of columns in the table.
intgetRowCount()
Returns the number of rows in the table.
NumbergetValue(int row, int column)
Returns a value from the table.