|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.app.MapControlState
public class MapControlState
State for the MapControlLogic. Copyright 2003 Partner Software, Inc.
| Constructor Summary | |
|---|---|
MapControlState()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
MapControlState |
copy()
|
boolean |
equals(java.lang.Object nother)
|
int |
getBaselineMillis()
Gets the value of baselineMillis |
MapViewFrame |
getFrame()
Gets the value of frame |
java.lang.String |
getLegendName()
Gets the value of legendName |
void |
setBaselineMillis(int argBaselineMillis)
Sets the value of baselineMillis |
void |
setFrame(MapViewFrame argFrame)
Sets the value of frame |
void |
setLegendName(java.lang.String argLegendName)
Sets the value of legendName |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MapControlState()
| Method Detail |
|---|
public MapControlState copy()
public java.lang.Object clone()
clone in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object nother)
equals in class java.lang.Objectpublic java.lang.String getLegendName()
public void setLegendName(java.lang.String argLegendName)
argLegendName - Value to assign to this.legendNamepublic MapViewFrame getFrame()
public void setFrame(MapViewFrame argFrame)
argFrame - Value to assign to this.framepublic int getBaselineMillis()
public void setBaselineMillis(int argBaselineMillis)
argBaselineMillis - Value to assign to this.baselineMillis
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||