|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.birdseyeview.ViewInfo
public class ViewInfo
The ViewInfo Class holds information about the different Bird's Eye Views such as ID, name, etc. Each instance of this class holds information about one view.
| Constructor Summary | |
|---|---|
ViewInfo(java.lang.String n,
int i)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(ViewInfo v)
This method checks the given view info object to see if its ID matches the ID of this object. |
int |
getCapacity()
|
java.lang.Integer |
getId()
Returns the id. |
int |
getminCapacity()
|
java.lang.String |
getName()
Returns the name. |
int |
getTextpanelCapacity()
|
boolean |
idMatches(int i)
This method checks the given integer to see if it matches the ID of this object. |
void |
setCapacity(int capacity)
|
void |
setminCapacity(int capacity)
|
void |
setTextpanelCapacity(int capacity)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewInfo(java.lang.String n,
int i)
n - Name of viewi - Integer ID of view| Method Detail |
|---|
public boolean idMatches(int i)
i -
public boolean equals(ViewInfo v)
v -
public java.lang.Integer getId()
public java.lang.String getName()
public int getCapacity()
public void setCapacity(int capacity)
public int getminCapacity()
public void setminCapacity(int capacity)
public int getTextpanelCapacity()
public void setTextpanelCapacity(int capacity)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||