Package hec.map
Class MapGlyph.Selection
java.lang.Object
hec.map.MapGlyph.Selection
- Enclosing class:
- MapGlyph
Inner class to hold Selections in the MapPanel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
object
The object that was selected -
editing
public boolean editingtrue if the object is being edited
-
-
Constructor Details
-
Selection
Create a new Selection object- Parameters:
obj
- the object that was selecteded
- true if obj is being edited
-
-
Method Details
-
equals
checks to see if one Selection's obj is equal to another Selection's obj -
hashCode
public int hashCode()returns the hashcode of this Selection's obj
-