Package com.massifmaps.ui
Class UTFGridClickInfo
java.lang.Object
com.massifmaps.ui.UTFGridClickInfo
A container class that provides information about a click performed on
an UTF grid.
an UTF grid.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this object is equal to the specified object.Returns the click info.Returns the click position.intReturns the click type.Returns the info tag of the clicked element.getLayer()Returns the clicked layer.inthashCode()Returns the hash value of this object.
-
Method Details
-
equals
Checks if this object is equal to the specified object. -
hashCode
public int hashCode()Returns the hash value of this object. -
getClickType
public int getClickType()Returns the click type.- Returns:
- The type of the click performed.
-
getClickInfo
Returns the click info.- Returns:
- The attributes of the click.
-
getClickPos
Returns the click position.- Returns:
- The click position in the coordinate system of the data source.
-
getElementInfo
Returns the info tag of the clicked element.- Returns:
- The info tag of the clicked element.
-
getLayer
Returns the clicked layer.- Returns:
- The clicked layer.
-