java.lang.Object | ||
↳ | org.jfree.data.general.AbstractDataset | |
↳ | org.jfree.data.general.WaferMapDataset |
A dataset that can be used with the WaferMapPlot
class.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new dataset using the default chipspace.
| |||||||||||
Creates a new dataset.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets a value in the dataset.
| |||||||||||
Adds a value to the dataset.
| |||||||||||
Returns the space to draw between chips.
| |||||||||||
Returns the value for a given chip x and y or null.
| |||||||||||
Returns the data value for a chip.
| |||||||||||
Returns the wafer x-dimension.
| |||||||||||
Returns the number of chips in the y-dimension.
| |||||||||||
Returns the maximum value stored in the dataset.
| |||||||||||
Returns the minimum value stored in the dataset.
| |||||||||||
Returns the number of unique values.
| |||||||||||
Returns the set of unique values.
| |||||||||||
Tests to see if the passed value is larger than the stored maxvalue.
| |||||||||||
Tests to see if the passed value is smaller than the stored minvalue.
| |||||||||||
Sets the space to draw between chips.
| |||||||||||
Sets wafer x dimension.
| |||||||||||
Sets the number of chips in the y-dimension.
| |||||||||||
Sets a value in the dataset and updates min and max value entries.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new dataset using the default chipspace.
maxChipX | the wafer x-dimension. |
---|---|
maxChipY | the wafer y-dimension. |
Creates a new dataset.
maxChipX | the wafer x-dimension. |
---|---|
maxChipY | the wafer y-dimension. |
chipSpace | the space between chips. |
Sets a value in the dataset.
value | the value. |
---|---|
chipx | the x-index for the chip. |
chipy | the y-index for the chip. |
Adds a value to the dataset.
v | the value. |
---|---|
x | the x-index. |
y | the y-index. |
Returns the space to draw between chips.
Returns the value for a given chip x and y or null.
chipx | the x-index. |
---|---|
chipy | the y-index. |
Returns the data value for a chip.
chipx | the x-index. |
---|---|
chipy | the y-index. |
Returns the wafer x-dimension.
Returns the number of chips in the y-dimension.
Returns the maximum value stored in the dataset.
Returns the minimum value stored in the dataset.
Returns the number of unique values.
Tests to see if the passed value is larger than the stored maxvalue.
check | the number to check. |
---|
Tests to see if the passed value is smaller than the stored minvalue.
check | the number to check. |
---|
Sets the space to draw between chips.
space | the space. |
---|
Sets wafer x dimension.
maxChipX | the number of chips in the x-dimension. |
---|
Sets the number of chips in the y-dimension.
maxChipY | the number of chips. |
---|
Sets a value in the dataset and updates min and max value entries.
value | the value. |
---|---|
chipx | the x-index. |
chipy | the y-index. |