|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.dao.ZVertex
public class ZVertex
used to store the vertex position for layout remotelly
| Field Summary | |
|---|---|
(package private) java.lang.String |
blockid
blockid of the node |
(package private) double |
height
height |
(package private) java.lang.String |
label
other label for the node |
(package private) double |
minX
left |
(package private) double |
minY
top |
(package private) double |
width
width |
| Constructor Summary | |
|---|---|
ZVertex()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBlockid()
|
double |
getHeight()
|
java.lang.String |
getLabel()
|
double |
getMinX()
|
double |
getMinY()
|
double |
getWidth()
|
void |
setBlockid(java.lang.String blockid)
|
void |
setHeight(double height)
|
void |
setLabel(java.lang.String label)
|
void |
setMinX(double minX)
|
void |
setMinY(double minY)
|
void |
setWidth(double width)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.lang.String blockid
java.lang.String label
double minX
double minY
double width
double height
| Constructor Detail |
|---|
public ZVertex()
| Method Detail |
|---|
public java.lang.String getBlockid()
public void setBlockid(java.lang.String blockid)
blockid - the blockid to setpublic double getHeight()
public void setHeight(double height)
height - the height to setpublic java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - the label to setpublic double getMinX()
public void setMinX(double minX)
minX - the minX to setpublic double getMinY()
public void setMinY(double minY)
minY - the minY to setpublic double getWidth()
public void setWidth(double width)
width - the width to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||