Package com.massifmaps.ui
Class BalloonPopupButtonClickInfo
java.lang.Object
com.massifmaps.ui.BalloonPopupButtonClickInfo
A container class that provides information about a click performed on
a BalloonPopupButton element.
a BalloonPopupButton element.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this object is equal to the specified object.Returns the clicked button.Returns the click info.intReturns the click type.Returns the clicked vector element.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.
-
getButton
Returns the clicked button.- Returns:
- The button on which the click was performed.
-
getVectorElement
Returns the clicked vector element.- Returns:
- The vector element on which the click was performed.
-