public class WaferMapModel extends AbstractChartModel
Chart,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
WaferMapModel.IntPair |
_listeners| Constructor and Description |
|---|
WaferMapModel()
data model to be used with wafermap chart.
|
WaferMapModel(int xsize,
int ysize)
data model to be used with wafermap chart.
|
WaferMapModel(int xsize,
int ysize,
double space)
data model to be used with wafermap chart.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(int value,
int x,
int y)
Add a value to the given chip at (x,y) (0-based) of the wafer chip matrix.
|
void |
clear()
clear the model.
|
Object |
clone() |
Collection<Map.Entry<WaferMapModel.IntPair,Number>> |
getEntrySet()
Internal Use Only.
|
double |
getSpace()
Returns the space between chips, default to 1.
|
Number |
getValue(int x,
int y)
Returns the value of the given chip at (x,y) of the wafer matrix.
|
int |
getXsize()
Returns the x size of the wafer matrix.
|
int |
getYsize()
Returns the y size of the wafer matrix.
|
void |
removeValue(int x,
int y)
remove the value of the specified x and y.
|
void |
setXsize(int xsize)
Returns the x size of the wafer matrix.
|
void |
setYsize(int ysize)
Returns the y size of the wafer matrix.
|
addChartDataListener, fireEvent, fireEvent, removeChartDataListenerpublic WaferMapModel()
public WaferMapModel(int xsize,
int ysize)
xsize - the x size of the wafer matrix.ysize - the y size of the wafer matrix.public WaferMapModel(int xsize,
int ysize,
double space)
xsize - the x size of the wafer matrix.ysize - the y size of the wafer matrix.space - the space between chips.public int getXsize()
public int getYsize()
public void setXsize(int xsize)
public void setYsize(int ysize)
public double getSpace()
public Number getValue(int x, int y)
x - the x index of the wafer matrix.y - the y index of the wafer matrix.public void addValue(int value,
int x,
int y)
value - the chip value on the wafer matrix.x - the x index to specify the chip on the wafer.y - the y index to specify the chip on the wafer.public Collection<Map.Entry<WaferMapModel.IntPair,Number>> getEntrySet()
public void removeValue(int x,
int y)
x - the x index of the wafer matrix.y - the y index of the wafer matrix.public void clear()
public Object clone()
clone in class AbstractChartModelCopyright © 2015. All rights reserved.