public class MapControlState
extends java.lang.Object
| Constructor and Description |
|---|
MapControlState() |
| Modifier and Type | Method and Description |
|---|---|
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() |
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