com.partnersoft.maps.app
Class MapControlState

java.lang.Object
  extended by com.partnersoft.maps.app.MapControlState

public class MapControlState
extends java.lang.Object

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

MapControlState

public MapControlState()
Method Detail

copy

public MapControlState copy()

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object nother)
Overrides:
equals in class java.lang.Object

getLegendName

public java.lang.String getLegendName()
Gets the value of legendName

Returns:
the value of legendName

setLegendName

public void setLegendName(java.lang.String argLegendName)
Sets the value of legendName

Parameters:
argLegendName - Value to assign to this.legendName

getFrame

public MapViewFrame getFrame()
Gets the value of frame

Returns:
the value of frame

setFrame

public void setFrame(MapViewFrame argFrame)
Sets the value of frame

Parameters:
argFrame - Value to assign to this.frame

getBaselineMillis

public int getBaselineMillis()
Gets the value of baselineMillis

Returns:
the value of baselineMillis

setBaselineMillis

public void setBaselineMillis(int argBaselineMillis)
Sets the value of baselineMillis

Parameters:
argBaselineMillis - Value to assign to this.baselineMillis