|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.zkoss.zul.AbstractChartModel org.zkoss.zul.WaferMapModel
public class WaferMapModel
A semiconductor wafer map data model to be used with wafermap chart. A value of a specified (x,y) on a wafter matrix.
Chart
,
Serialized FormNested Class Summary | |
---|---|
static class |
WaferMapModel.IntPair
|
Field Summary |
---|
Fields inherited from class org.zkoss.zul.AbstractChartModel |
---|
_listeners |
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
java.lang.Object |
clone()
|
java.util.Collection<java.util.Map.Entry<WaferMapModel.IntPair,java.lang.Number>> |
getEntrySet()
Internal Use Only. |
double |
getSpace()
Returns the space between chips, default to 1. |
java.lang.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. |
Methods inherited from class org.zkoss.zul.AbstractChartModel |
---|
addChartDataListener, fireEvent, fireEvent, removeChartDataListener |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public 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.Method Detail |
---|
public int getXsize()
public int getYsize()
public void setXsize(int xsize)
public void setYsize(int ysize)
public double getSpace()
public java.lang.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 java.util.Collection<java.util.Map.Entry<WaferMapModel.IntPair,java.lang.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 java.lang.Object clone()
clone
in class AbstractChartModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |