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

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

Introduction

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

The text is from its open source code.

Constructor

WaferMapDataset(int maxChipX, int maxChipY)
Creates a new dataset using the default chipspace.

Method

voidaddValue(Number value, Comparable chipx, Comparable chipy)
Sets a value in the dataset.
voidaddValue(int v, int x, int y)
Adds a value to the dataset.