org.jplot2d.interaction
Interface MousePreference
-
- All Known Implementing Classes:
- PlotDefaultMousePreference, StringMousePreference
public interface MousePreferenceprovide the mouse preference. The preference is a MouseOpMode array.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description MouseBehavior[]getBehaviorsInMode(InteractionMode mode)java.lang.IntegergetClickThreshold()InteractionMode[]getModes()MouseButtonCombinationEnablitygetMouseButtonCombinationEnablity(InteractionMode mode, MouseBehavior behavior)Returns the MouseButtonCombinationEnablity for the given behavior in the mode.
-
-
-
Method Detail
-
getClickThreshold
java.lang.Integer getClickThreshold()
-
getModes
InteractionMode[] getModes()
-
getBehaviorsInMode
MouseBehavior[] getBehaviorsInMode(InteractionMode mode)
-
getMouseButtonCombinationEnablity
MouseButtonCombinationEnablity getMouseButtonCombinationEnablity(InteractionMode mode, MouseBehavior behavior)
Returns the MouseButtonCombinationEnablity for the given behavior in the mode.- Parameters:
mode-behavior-- Returns:
-
-
DMelt 3.0 © DataMelt by jWork.ORG